Skip to content

Commit 6acf7b4

Browse files
Bump docker/build-push-action from 5 to 6 (#1514)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 208cd9b commit 6acf7b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,15 @@ jobs:
210210
registry: ${{ env.DOCKER_REGISTRY }}
211211
- name: Publish
212212
if: ${{ env.SKIP_BUILD != 'true' }}
213-
uses: docker/build-push-action@v5
213+
uses: docker/build-push-action@v6
214214
with:
215215
push: true
216216
context: .
217217
file: .maintain/docker/Dockerfile
218218
tags: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}:sha-${{ env.SHA }}
219219
- name: Publish with tag
220220
if: ${{ env.SKIP_BUILD != 'true' }}
221-
uses: docker/build-push-action@v5
221+
uses: docker/build-push-action@v6
222222
with:
223223
push: true
224224
context: .

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
password: ${{ secrets.GITHUB_TOKEN }}
7474
registry: ${{ env.DOCKER_REGISTRY }}
7575
- name: Publish docker image
76-
uses: docker/build-push-action@v5
76+
uses: docker/build-push-action@v6
7777
with:
7878
push: true
7979
context: .

0 commit comments

Comments
 (0)