Skip to content

Commit fab9fba

Browse files
build(deps): bump docker/build-push-action from 6.19.2 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@10e90e3...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93b5f1d commit fab9fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_meta-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
echo "tags-alpine=${TAGS_ALPINE}" >> $GITHUB_OUTPUT
133133
134134
- name: Build multi-arch Container Image
135-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # tag=v6.19.2
135+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # tag=v7.1.0
136136
with:
137137
tags: ${{ steps.tags.outputs.tags }}
138138
build-args: |-
@@ -145,7 +145,7 @@ jobs:
145145
file: src/main/docker/Dockerfile
146146

147147
- name: Build Alpine multi-arch Container Image
148-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # tag=v6.19.2
148+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # tag=v7.1.0
149149
with:
150150
tags: ${{ steps.tags.outputs.tags-alpine }}
151151
build-args: |-

0 commit comments

Comments
 (0)