Merge pull request #50 from BretFisher/dependabot/github_actions/docker/build-push-action-5.0.0
Bump docker/build-push-action from 4.2.1 to 5.0.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/
|
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
|
||||||
- name: Docker Build and Push
|
- name: Docker Build and Push
|
||||||
id: build_image
|
id: build_image
|
||||||
uses: docker/build-push-action@v4.2.1
|
uses: docker/build-push-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
platforms: ${{ inputs.platforms }}
|
platforms: ${{ inputs.platforms }}
|
||||||
context: ${{ inputs.context }}
|
context: ${{ inputs.context }}
|
||||||
|
|||||||
Reference in New Issue
Block a user