Skip to content

Commit

Permalink
Merge pull request #798 from DependencyTrack/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/dot-github/workflows/docker/build-push-action-4.2.1

Bump docker/build-push-action from 4.1.1 to 4.2.1 in /.github/workflows
  • Loading branch information
nscuro authored Sep 11, 2023
2 parents 70f7bcd + 3404f5e commit f46df1f
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 @@ -110,7 +110,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
if: ${{ startsWith(github.repository, 'DependencyTrack/') }}
- name: Build Container Image
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # tag=v4.1.1
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # tag=v4.2.1
with:
context: ./${{ inputs.module }}
file: ./${{ inputs.module }}/src/main/docker/Dockerfile.native-multiarch
Expand Down

0 comments on commit f46df1f

Please sign in to comment.