Update docker/action.yaml

This commit is contained in:
Zakary Timson 2023-07-28 16:36:50 +00:00
parent 1a99dcdaed
commit 5f6f25d02b

View File

@ -23,11 +23,6 @@ runs:
using: composite
steps:
- name: Install docker
run: |
apt update && apt install curl -y
curl -fsSL https://get.docker.com | sh || echo "Success!"
- name: Login to registry
run: |
REGISTRY=$([ -n "${{inputs.registry}}" ] && echo "${{inputs.registry}}" || echo "$GITHUB_SERVER_URL")