test
Some checks failed
Build images / check-docker (push) Successful in 2s
Build images / build-and-push (push) Failing after 10s
Build images / build (push) Failing after 22s

This commit is contained in:
Julius Zeidler 2025-04-10 00:24:21 +02:00
parent 980d5eaa1c
commit 951be4370b

View file

@ -43,6 +43,8 @@ jobs:
image: registry.zeidler.dev/docker-hub/catthehacker/ubuntu:act-latest image: registry.zeidler.dev/docker-hub/catthehacker/ubuntu:act-latest
options: --privileged options: --privileged
environment: deploy environment: deploy
container:
image: registry.zeidler.dev/docker-hub/catthehacker/ubuntu:act-latest
steps: steps:
- name: Checkout the repo - name: Checkout the repo
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -60,6 +62,8 @@ jobs:
image: registry.zeidler.dev/docker-hub/catthehacker/ubuntu:act-latest image: registry.zeidler.dev/docker-hub/catthehacker/ubuntu:act-latest
options: --privileged options: --privileged
environment: deploy environment: deploy
container:
image: registry.zeidler.dev/docker-hub/catthehacker/ubuntu:act-latest
steps: steps:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3