Merge pull request #90 from BretFisher/dependabot/github_actions/docker/build-push-action-6.5.0
Bump docker/build-push-action from 6.4.1 to 6.5.0
This commit is contained in:
2
.github/workflows/reusable-docker-build.yaml
vendored
2
.github/workflows/reusable-docker-build.yaml
vendored
@@ -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.4.1
|
||||
uses: docker/build-push-action@v6.5.0
|
||||
with:
|
||||
platforms: ${{ inputs.platforms }}
|
||||
context: ${{ inputs.context }}
|
||||
|
||||
Reference in New Issue
Block a user