Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 in the combined group (#350)
Browse files Browse the repository at this point in the history
Bumps the combined group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

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

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] authored Jun 21, 2024
1 parent 04aa412 commit cfdf8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
org.opencontainers.image.source=https://github.com/raito-io/cli
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
VERSION=${{ steps.goreleaser_meta_parser.outputs.version }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
org.opencontainers.image.source=https://github.com/raito-io/cli
- name: Build and push amazon
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
VERSION=${{ steps.goreleaser_meta_parser.outputs.version }}
Expand Down

0 comments on commit cfdf8fa

Please sign in to comment.