Update docker/action.yaml
This commit is contained in:
parent
cfbecd4109
commit
d3c63d7b96
@ -24,7 +24,9 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install docker
|
- 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
|
- name: Login to registry
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user