[skip ci] Bump docker/build-push-action from 4 to 5 (#52)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-19 21:13:53 -05:00
committed by GitHub
parent 7b1a80abe1
commit 2d964c7bb1

View File

@@ -66,7 +66,7 @@ jobs:
# this only builds the amd64 version of the image, which is fine as that's # this only builds the amd64 version of the image, which is fine as that's
# all that is needed to test the container on GitHub Actions' build servers (which are running amd64 CPUs) # all that is needed to test the container on GitHub Actions' build servers (which are running amd64 CPUs)
- name: Build container image to test - name: Build container image to test
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
load: true # this is important, as this tells build-push-action to save the container to the local docker daemon load: true # this is important, as this tells build-push-action to save the container to the local docker daemon
build-args: | build-args: |
@@ -103,7 +103,7 @@ jobs:
# won't be rebuilt since the local docker daemon has that still cached # won't be rebuilt since the local docker daemon has that still cached
- name: Push container image to registry - name: Push container image to registry
if: inputs.do_upload if: inputs.do_upload
uses: docker/build-push-action@v4 uses: docker/build-push-action@v5
with: with:
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true push: true