Skip to content

Commit 6d57668

Browse files
dependabot: 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 0bb9420 commit 6d57668

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# TODO: move to common-ci-setup
4141
- name: Build production image
4242
if: matrix.deployment_name == 'production'
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
context: .
4646
builder: ${{ steps.buildx.outputs.name }}
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Build pre-release image
8888
if: matrix.deployment_name == 'development'
89-
uses: docker/build-push-action@v5
89+
uses: docker/build-push-action@v6
9090
with:
9191
context: .
9292
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)