File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ${{ matrix.runner }}
1313 outputs :
14- image-digest-arm : ${{ steps.gen-output.outputs.image-arm64 }}
15- build- image-x64 : ${{ steps.gen-output.outputs.image-x64 }}
14+ image-digest-arm : ${{ steps.gen-output.outputs.image-digest- arm64 }}
15+ image-digest- x64 : ${{ steps.gen-output.outputs.image-digest -x64 }}
1616 build-tag : ${{ steps.build-meta.outputs.tags }}
1717 strategy :
1818 fail-fast : false
7777 env :
7878 DOCKER_APP_IMAGE : ${{ needs.build.outputs.build-tag }}
7979 DOCKER_APP_IMAGE_DIGEST_ARM64 : ${{ needs.build.outputs.image-digest-arm }}
80- DOCKER_APP_IMAGE_DIGEST_X64 : ${{ needs.build.outputs.build- image-x64 }}
80+ DOCKER_APP_IMAGE_DIGEST_X64 : ${{ needs.build.outputs.image-digest -x64 }}
8181 outputs :
8282 image : ${{ needs.build.outputs.build-tag }}
8383 steps :
You can’t perform that action at this time.
0 commit comments