Specify container image
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Has been cancelled

This commit is contained in:
Tibo De Peuter 2024-01-21 17:04:08 +01:00
parent 173815310a
commit 2b0475450c

View file

@ -6,6 +6,8 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3