Skip to content

Commit

Permalink
Bump docker/build-push-action from 4.2.1 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4.2.1...v5.0.0)

---
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 Sep 18, 2023
1 parent c4d388e commit 2ae99af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Release build ${{ matrix.name }}
if: ${{ env.RUN_EXIST == 'false' }}
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
continue-on-error: false
id: docker_build_release
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
echo "RUN_IMAGE_SUFFIX=${tmp}-${{ matrix.name }}" >> $GITHUB_ENV
- name: Build Image ${{ matrix.name }} and push
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
if: ${{ env.RUN_PUSH == 'true' }}
id: docker_build_and_push
with:
Expand All @@ -128,7 +128,7 @@ jobs:
RACE=${{ inputs.race }}
- name: Build Image ${{ matrix.name }} and output docker
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
if: ${{ env.RUN_PUSH != 'true' }}
id: docker_build_and_save
with:
Expand Down

0 comments on commit 2ae99af

Please sign in to comment.