Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 6.4.0 to 6.4.1 (#182)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@a254f8c...1ca370b)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent e25456c commit be2e21b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Build Docker image
if: ${{steps.dockerfile-exists.outputs.result == 'true' && (inputs.docker_hub || inputs.aws_ecr)}}
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
with:
context: .
file: ./Dockerfile
Expand All @@ -103,7 +103,7 @@ jobs:
provenance: false

- name: Push to Docker Hub
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
if: ${{steps.dockerfile-exists.outputs.result == 'true' && inputs.docker_hub}}
with:
context: .
Expand All @@ -118,7 +118,7 @@ jobs:
provenance: false

- name: Push to AWS ECR
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
if: ${{steps.dockerfile-exists.outputs.result == 'true' && inputs.aws_ecr}}
with:
context: .
Expand Down

0 comments on commit be2e21b

Please sign in to comment.