dind again
Some checks failed
Build and Push to Forgejo Registry / checkout (push) Failing after 11s
Some checks failed
Build and Push to Forgejo Registry / checkout (push) Failing after 11s
This commit is contained in:
parent
143658065a
commit
3b2131d885
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue