This commit is contained in:
parent
efaffcce73
commit
58ca66c5d5
1 changed files with 13 additions and 13 deletions
|
@ -10,9 +10,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
-
|
# -
|
||||||
name: Checkout code
|
# name: Checkout code
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Login to GitHub Container Registry
|
name: Login to GitHub Container Registry
|
||||||
|
@ -30,13 +30,13 @@ jobs:
|
||||||
# https://github.com/docker/setup-qemu-action
|
# https://github.com/docker/setup-qemu-action
|
||||||
# name: Set up QEMU
|
# name: Set up QEMU
|
||||||
# uses: docker/setup-qemu-action@v3
|
# uses: docker/setup-qemu-action@v3
|
||||||
-
|
# -
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue