Skip to content

Commit

Permalink
chore(ci): bump docker/build-push-action from 6.7.0 to 6.8.0 (#45)
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.7.0 to 6.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.7.0...v6.8.0)

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

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 Sep 30, 2024
1 parent 712d67f commit ac26775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tags: latest-cosmo-codid-cargo-${{ matrix.target }}

- name: Build and push image to container registry
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ./cosmo-codios-codid-cargo-builder
file: ./cosmo-codios-codid-cargo-builder/Dockerfile.${{ matrix.target }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tags: latest-cosmo-codios-codios-cargo-${{ matrix.target }}

- name: Build and push image to container registry
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ./cosmo-codios-codios-cargo-builder
file: ./cosmo-codios-codios-cargo-builder/Dockerfile.${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-planet-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
tags: latest-planet-${{ matrix.container }}

- name: Build and push image to container registry
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ./${{ matrix.container }}
platforms: linux/amd64
Expand Down

0 comments on commit ac26775

Please sign in to comment.