mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
[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:
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user