Update docker/action.yaml

This commit is contained in:
Zakary Timson 2023-07-28 16:15:20 +00:00
parent 8a55bd6c97
commit cfbecd4109

View File

@ -22,6 +22,10 @@ secrets:
runs:
using: composite
steps:
- name: Install docker
run: curl -fsSL https://get.docker.com | sh
- name: Login to registry
run: |
REGISTRY=$([ -n "${{inputs.registry}}" ] && echo "${{inputs.registry}}" || echo "$GITHUB_SERVER_URL")