Skip to content

Commit 6ccd648

Browse files
authored
Merge pull request #6147 from DependencyTrack/dependabot/github_actions/4.14.x/docker/build-push-action-7.1.0
build(deps): bump docker/build-push-action from 6.19.2 to 7.1.0
2 parents fcf0015 + fab9fba commit 6ccd648

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)