Skip to content

Commit 63c0476

Browse files
authored
Merge pull request #1181 from DependencyTrack/dependabot/github_actions/docker/build-push-action-6.15.0
2 parents 8e67484 + 8769be1 commit 63c0476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_meta-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
100100
101101
- name: Build multi-arch Container Image
102-
uses: docker/build-push-action@v6.14.0
102+
uses: docker/build-push-action@v6.15.0
103103
with:
104104
tags: ${{ steps.tags.outputs.tags }}
105105
build-args: |-

0 commit comments

Comments
 (0)