Bump docker/build-push-action from 6.0.2 to 6.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.0.2...v6.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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@v6.0.2
|
uses: docker/build-push-action@v6.1.0
|
||||||
with:
|
with:
|
||||||
platforms: ${{ inputs.platforms }}
|
platforms: ${{ inputs.platforms }}
|
||||||
context: ${{ inputs.context }}
|
context: ${{ inputs.context }}
|
||||||
|
|||||||
Reference in New Issue
Block a user