Skip to content

Commit 1b90350

Browse files
dependabot[bot]coldfix
authored andcommitted
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3414a1 commit 1b90350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
username: coldfix
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}
4545

46-
- uses: docker/build-push-action@v5
46+
- uses: docker/build-push-action@v6
4747
with:
4848
platforms: linux/amd64
4949
build-args: FROM=certbot/certbot:latest
5050
load: true
5151
tags: |
5252
coldfix/certbot-dns-netcup:amd64-latest
5353
coldfix/certbot-dns-netcup:amd64-${{ github.ref_name }}
54-
- uses: docker/build-push-action@v5
54+
- uses: docker/build-push-action@v6
5555
with:
5656
platforms: linux/arm64
5757
build-args: FROM=certbot/certbot:arm64v8-latest

0 commit comments

Comments
 (0)