Skip to content

Commit 7edd6a9

Browse files
authored
Merge pull request #196 from DependencyTrack/dependabot/github_actions/docker/build-push-action-3.1.0
build(deps): bump docker/build-push-action from 2.9.0 to 3.1.0
2 parents 14e6f71 + c990e31 commit 7edd6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
echo "::set-output name=tags::${TAGS}"
104104
105105
- name: Build multi-arch Container Image
106-
uses: docker/build-push-action@v2.9.0
106+
uses: docker/build-push-action@v3.1.0
107107
with:
108108
tags: ${{ steps.tags.outputs.tags }}
109109
build-args: |-

0 commit comments

Comments
 (0)