Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent ab9ba24 commit a57bfcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Build container base image vk
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
outputs: "type=registry,push=true"
Expand All @@ -42,7 +42,7 @@ jobs:
build-args:
- VERSION=${{ env.RELEASE_VERSION }}
- name: Build container base image interlink
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
outputs: "type=registry,push=true"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
id: get_repo_owner
run: echo ::set-output name=repo_owner::$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')
- name: Build container base image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
outputs: "type=registry,push=true"
Expand Down

0 comments on commit a57bfcf

Please sign in to comment.