Skip to content

Commit

Permalink
Merge pull request #98 from BretFisher/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6.9.0

Bump docker/build-push-action from 6.8.0 to 6.9.0
  • Loading branch information
BretFisher authored Oct 1, 2024
2 parents 6263a26 + f2acf60 commit 6225ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
- name: Docker Build and Push
id: build_image
uses: docker/build-push-action@v6.8.0
uses: docker/build-push-action@v6.9.0
with:
platforms: ${{ inputs.platforms }}
context: ${{ inputs.context }}
Expand Down

0 comments on commit 6225ed0

Please sign in to comment.