Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from eb539f44b153603ccbfbd…
Browse files Browse the repository at this point in the history
…98e2ab9d4d0dcaf23a4 to df19a799eba09c72273c5a94c70800e243e76ebc (#479)

build(deps): bump docker/build-push-action

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from eb539f44b153603ccbfbd98e2ab9d4d0dcaf23a4 to df19a799eba09c72273c5a94c70800e243e76ebc.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@eb539f4...df19a79)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2024
1 parent d9a9e3e commit 07679e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker images
id: docker_build
uses: docker/build-push-action@eb539f44b153603ccbfbd98e2ab9d4d0dcaf23a4
uses: docker/build-push-action@df19a799eba09c72273c5a94c70800e243e76ebc
with:
platforms: ${{ steps.set_image_variables.outputs.platforms }}
push: false
Expand All @@ -163,7 +163,7 @@ jobs:
run: nox -s "image_tests(base_image='${IMAGE}')"
- name: Push Docker images
id: docker_push
uses: docker/build-push-action@eb539f44b153603ccbfbd98e2ab9d4d0dcaf23a4
uses: docker/build-push-action@df19a799eba09c72273c5a94c70800e243e76ebc
with:
platforms: ${{ steps.set_image_variables.outputs.platforms }}
push: true
Expand Down

0 comments on commit 07679e0

Please sign in to comment.