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:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
runs-on: docker
|
runs-on: docker-dind
|
||||||
steps:
|
steps:
|
||||||
# - name: Checkout code
|
# - name: Checkout code
|
||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
@ -43,12 +43,12 @@ jobs:
|
||||||
# name: Set up Docker Buildx
|
# name: Set up Docker Buildx
|
||||||
# uses: docker/setup-buildx-action@v3
|
# uses: docker/setup-buildx-action@v3
|
||||||
#
|
#
|
||||||
# -
|
-
|
||||||
# name: Build and push
|
name: Build and push
|
||||||
# uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# push: true
|
push: true
|
||||||
# tags: docker/caddy:latest
|
tags: docker/caddy:latest
|
||||||
|
|
||||||
|
|
||||||
# name: ci
|
# name: ci
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue