Update docker/action.yaml
This commit is contained in:
parent
d3c63d7b96
commit
1a99dcdaed
@ -26,7 +26,7 @@ runs:
|
|||||||
- name: Install docker
|
- name: Install docker
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install curl -y
|
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
|
- name: Login to registry
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user