File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8181 DOCKER_APP_IMAGE_ARM64 : ${{ needs.build.outputs.image-arm64 }}
8282 DOCKER_APP_IMAGE_X64 : ${{ needs.build.outputs.image-x64 }}
8383 outputs :
84- image : ${{ steps.meta.outputs.tags }}
84+ build-image : ${{ steps.meta.outputs.tags }}
85+ build-image-arm : ${{ needs.build.outputs.build-image-arm }}
86+ build-image-x64 : ${{ needs.build.outputs.build-image-x64 }}
8587 steps :
8688 - name : Checkout code
8789 uses : actions/checkout@v4
@@ -115,7 +117,7 @@ jobs:
115117 - merge
116118 env :
117119 COMPOSE_FILE : docker-compose.yml:docker-compose.ci.yml
118- DOCKER_APP_IMAGE : ${{ needs.merge.outputs.image }}
120+ DOCKER_APP_IMAGE : ${{ needs.merge.outputs.build- image }}
119121 steps :
120122 - name : Checkout code
121123 uses : actions/checkout@v4
@@ -168,7 +170,7 @@ jobs:
168170 - merge
169171 - test
170172 env :
171- DOCKER_APP_IMAGE : ${{ needs.merge.outputs.image }}
173+ DOCKER_APP_IMAGE : ${{ needs.merge.outputs.build- image }}
172174 steps :
173175 - name : Checkout code
174176 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' **'
7+ workflow_call :
78 workflow_dispatch :
89
910env :
You can’t perform that action at this time.
0 commit comments