Skip to content

Commit 9fe2f73

Browse files
build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 (#2451)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca877d9...0adf995) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 403090e commit 9fe2f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qns.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# set latest tag for default branch
6060
type=raw,value=latest,enable={{is_default_branch}}
6161
62-
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
62+
- uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
6363
if: ${{ github.event_name != 'pull_request' }}
6464
with:
6565
push: true
@@ -72,7 +72,7 @@ jobs:
7272
# platforms: 'linux/amd64, linux/arm64'
7373
platforms: 'linux/amd64'
7474

75-
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
75+
- uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
7676
id: docker_build_and_push
7777
with:
7878
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)