1 Commits

Author SHA1 Message Date
f7a92ace3d Update docker/build-push-action action to v7.1.0
All checks were successful
Build Test / build (map[context:caddy-cloudflare dockerfile:caddy-cloudflare/Dockerfile name:cloudflare]) (pull_request) Successful in 8m17s
Build Test / build (map[context:caddy-crowdsec dockerfile:caddy-crowdsec/Dockerfile name:crowdsec]) (pull_request) Successful in 7m0s
2026-04-11 02:31:20 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -60,14 +60,14 @@ jobs:
driver-opts: image=moby/buildkit:v0.23.2@sha256:ddd1ca44b21eda906e81ab14a3d467fa6c39cd73b9a39df1196210edcb8db59e driver-opts: image=moby/buildkit:v0.23.2@sha256:ddd1ca44b21eda906e81ab14a3d467fa6c39cd73b9a39df1196210edcb8db59e
- -
name: Login to GitHub Container Registry name: Login to GitHub Container Registry
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.0.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ vars.GH_USERNAME }} username: ${{ vars.GH_USERNAME }}
password: ${{ secrets.GH_TOKEN }} password: ${{ secrets.GH_TOKEN }}
- -
name: Login to Docker Hub name: Login to Docker Hub
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.0.0
with: with:
username: ${{ vars.DOCKERHUB_USERNAME }} username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -87,7 +87,7 @@ jobs:
type=raw,value=${{ steps.version.outputs.version }},priority=1000 type=raw,value=${{ steps.version.outputs.version }},priority=1000
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v7.0.0 uses: docker/build-push-action@v7.1.0
with: with:
context: ${{ matrix.variant.context }} context: ${{ matrix.variant.context }}
file: ${{ matrix.variant.dockerfile }} file: ${{ matrix.variant.dockerfile }}

View File

@@ -65,7 +65,7 @@ jobs:
type=raw,value=${{ steps.version.outputs.version }},priority=1000 type=raw,value=${{ steps.version.outputs.version }},priority=1000
- -
name: Build Test name: Build Test
uses: docker/build-push-action@v7.0.0 uses: docker/build-push-action@v7.1.0
with: with:
context: ${{ matrix.variant.context }} context: ${{ matrix.variant.context }}
file: ${{ matrix.variant.dockerfile }} file: ${{ matrix.variant.dockerfile }}