Skip to content

Commit 7da557a

Browse files
chore(deps): 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] <support@github.com>
1 parent 574b0f8 commit 7da557a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Build and push Docker image
108108
if: env.REGISTRY_USERNAME != '' && contains(github.ref, 'refs/heads/master')
109-
uses: docker/build-push-action@v5
109+
uses: docker/build-push-action@v6
110110
with:
111111
outputs: "type=registry,push=true"
112112
platforms: linux/amd64,linux/arm64

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
password: ${{ secrets.REGISTRY_PASSWORD }}
7171

7272
- name: Build and push Docker image
73-
uses: docker/build-push-action@v5
73+
uses: docker/build-push-action@v6
7474
with:
7575
outputs: "type=registry,push=true"
7676
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)