Skip to content

Commit

Permalink
Merge pull request #1346 from DependencyTrack/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dot-github/workflows/docker/build-push-action-6.0.1

Bump docker/build-push-action from 6.0.0 to 6.0.1 in /.github/workflows
  • Loading branch information
nscuro authored Jun 19, 2024
2 parents 56e2a2f + 61af8c5 commit e23c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build-native-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
fi
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
- name: Build Container Image
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # tag=v6.0.0
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # tag=v6.0.1
with:
context: ./${{ inputs.module }}
file: ./${{ inputs.module }}/src/main/docker/Dockerfile.native-multiarch
Expand Down

0 comments on commit e23c7ca

Please sign in to comment.