Update docker/action.yaml

This commit is contained in:
Zakary Timson 2023-07-28 16:22:23 +00:00
parent cfbecd4109
commit d3c63d7b96

View File

@ -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: |