Update docker/action.yaml
This commit is contained in:
parent
cfbecd4109
commit
d3c63d7b96
@ -24,7 +24,9 @@ runs:
|
||||
steps:
|
||||
|
||||
- name: Install docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
run: |
|
||||
apt update && apt install curl -y
|
||||
curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Login to registry
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user