Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5
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 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Garfield550 committed Sep 13, 2023
1 parent 265d853 commit 99611f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-gradio-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
org.opencontainers.image.description=Gradio ${{matrix.gradio}} container image based on ${{matrix.distro}} ${{matrix.codename}}
- name: Build and push Docker image from python
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
env:
PYPI_GRADIO_VERSION: ${{matrix.gradio}}
DISTRO: ${{matrix.distro}}
Expand All @@ -81,7 +81,7 @@ jobs:
CODENAME
- name: Build and push Docker image from ghcr.io/biscuittin/python
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
env:
PYPI_GRADIO_VERSION: ${{matrix.gradio}}
DISTRO: ${{matrix.distro}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-node-container-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
org.opencontainers.image.description=Node.js ${{matrix.node}} container image based on Ubuntu ${{matrix.ubuntu}}
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: '{{defaultContext}}:node/${{matrix.node}}/${{matrix.ubuntu}}'
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/ppc64le, linux/s390x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-container-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
org.opencontainers.image.description=Python ${{matrix.python}} container image based on Ubuntu ${{matrix.ubuntu}}
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: '{{defaultContext}}:python/${{matrix.python}}/${{matrix.ubuntu}}'
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/ppc64le, linux/s390x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
org.opencontainers.image.description=shadowsocks-rust container image ${{matrix.cpu}} based on Ubuntu
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
env:
CPU: ${{matrix.cpu}}
with:
Expand Down

0 comments on commit 99611f0

Please sign in to comment.