Skip to content

Commit

Permalink
Merge pull request #27 from MostlyDevOps/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-5.0.0

Bump docker/build-push-action from 4.1.1 to 5.0.0
  • Loading branch information
BretFisher authored Mar 3, 2025
2 parents 339b337 + 93bd2ec commit 5703044
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 @@ -172,7 +172,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@v4.1.1
uses: docker/build-push-action@v5.0.0
with:
platforms: ${{ inputs.platforms }}
context: ${{ inputs.context }}
Expand Down

0 comments on commit 5703044

Please sign in to comment.