dind again
Some checks failed
Build and Push to Forgejo Registry / checkout (push) Failing after 11s

This commit is contained in:
pika 2025-04-07 12:50:41 +02:00
parent 143658065a
commit 3b2131d885

View file

@ -8,7 +8,7 @@ on:
jobs:
checkout:
runs-on: docker
runs-on: docker-dind
steps:
# - name: Checkout code
# uses: actions/checkout@v4
@ -43,12 +43,12 @@ jobs:
# name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
#
# -
# name: Build and push
# uses: docker/build-push-action@v6
# with:
# push: true
# tags: docker/caddy:latest
-
name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: docker/caddy:latest
# name: ci