Merge pull request #41 from BretFisher/dependabot/github_actions/docker/build-push-action-4.1.1
Bump docker/build-push-action from 4.1.0 to 4.1.1
This commit is contained in:
2
.github/workflows/reusable-docker-build.yaml
vendored
2
.github/workflows/reusable-docker-build.yaml
vendored
@@ -168,7 +168,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.0
|
||||
uses: docker/build-push-action@v4.1.1
|
||||
with:
|
||||
platforms: ${{ inputs.platforms }}
|
||||
context: ${{ inputs.context }}
|
||||
|
||||
Reference in New Issue
Block a user