Update docker/action.yaml

This commit is contained in:
Zakary Timson 2023-07-28 16:27:21 +00:00
parent d3c63d7b96
commit 1a99dcdaed

View File

@ -26,7 +26,7 @@ runs:
- name: Install docker
run: |
apt update && apt install curl -y
curl -fsSL https://get.docker.com | sh
curl -fsSL https://get.docker.com | sh || echo "Success!"
- name: Login to registry
run: |