Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
WJQSERVER committed Jan 8, 2025
1 parent f90eac0 commit bdf345b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: 构建Debian镜像
uses: docker/build-push-action@v6
uses: docker/build-push-action@v6.10.0
with:
file: ./${{ env.DOCKERFILE_DEBIAN }}
platforms: linux/amd64,linux/arm64
Expand All @@ -218,7 +218,7 @@ jobs:
${{ env.IMAGE_NAME }}:${{ env.VERSION }}
- name: 构建Alpine镜像
uses: docker/build-push-action@v6
uses: docker/build-push-action@v6.10.0
with:
file: ./${{ env.DOCKERFILE_ALPINE }}
platforms:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: 构建Debian镜像
uses: docker/build-push-action@v6
uses: docker/build-push-action@v6.10.0
with:
file: ./${{ env.DOCKERFILE_DEBIAN }}
platforms: linux/amd64,linux/arm64
Expand All @@ -196,7 +196,7 @@ jobs:
${{ env.IMAGE_NAME }}:debian
- name: 构建Alpine镜像
uses: docker/build-push-action@v6
uses: docker/build-push-action@v6.10.0
with:
file: ./${{ env.DOCKERFILE_ALPINE }}
platforms:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: 构建Debian镜像
uses: docker/build-push-action@v6
uses: docker/build-push-action@v6.10.0
with:
file: ./${{ env.DOCKERFILE_DEBIAN }}
platforms: linux/amd64,linux/arm64
Expand All @@ -193,7 +193,7 @@ jobs:
${{ env.IMAGE_NAME }}:debian
- name: 构建Alpine镜像
uses: docker/build-push-action@v6
uses: docker/build-push-action@v6.10.0
with:
file: ./${{ env.DOCKERFILE_ALPINE }}
platforms:
Expand Down

0 comments on commit bdf345b

Please sign in to comment.