Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed Apr 11, 2024
1 parent c2b993c commit 0c3312b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
# 构建 amd64 Docker镜像
- name: Build the arm32v7 Docker image
run: |
docker build . --file Dockerfile --tag yajuhua/podcast2:arm64-$(date +test-%Y-%m-%d) --platform linux/arm/v7
docker push yajuhua/podcast2:arm64-$(date +test-%Y-%m-%d)
docker build . --file Dockerfile --tag yajuhua/podcast2:arm32v7-$(date +test-%Y-%m-%d) --platform linux/arm/v7
docker push yajuhua/podcast2:arm32v7-$(date +test-%Y-%m-%d)
push-docker-hub:
permissions: write-all
Expand Down

0 comments on commit 0c3312b

Please sign in to comment.