install docker
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 1m2s

This commit is contained in:
Matthew 2023-05-09 20:50:48 +02:00
parent edee371de5
commit 97c6d977c7

View File

@ -11,6 +11,9 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Log in to Container Registry
uses: https://github.com/docker/login-action@v2
with: