Skip to content

Commit 3d96a28

Browse files
committed
feature: 构建双架构镜像
1 parent bbbd05c commit 3d96a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-images-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
manifest:
9797
runs-on: ubuntu-latest
9898
if: github.event_name != 'pull_request'
99+
needs: [ build-and-push-amd, build-and-push-arm ]
99100
steps:
100101
- name: Login to GitHub Container Registry
101102
uses: docker/login-action@v3

0 commit comments

Comments
 (0)