Skip to content

Commit

Permalink
Merge pull request #29 from Chasing66/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
enwaiax authored Sep 14, 2023
2 parents 51c4ae6 + f3cee61 commit a0b1fe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
string: ${{ github.repository }}

- name: Build and push with latest tag
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: build_image
platforms: linux/amd64,linux/arm64,linux/s390x,linux/arm/v7
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unofficial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
string: ${{ github.repository }}

- name: Build and push with alpha tag
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: build_image
file: ./build_image/Dockerfile.alpha
Expand All @@ -64,7 +64,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

- name: Build and push with alpha-zh tag
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: build_image
file: ./build_image/Dockerfile.alpha-zh
Expand All @@ -77,7 +77,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

# - name: Build and push with beta tag
# uses: docker/build-push-action@v4
# uses: docker/build-push-action@v5
# with:
# context: build_image
# file: ./build_image/Dockerfile.beta
Expand Down

0 comments on commit a0b1fe1

Please sign in to comment.