We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d3823 commit c846593Copy full SHA for c846593
1 file changed
.github/workflows/build.yml
@@ -159,10 +159,11 @@ jobs:
159
push:
160
runs-on: ubuntu-24.04
161
needs:
162
- - merge
+ - build
163
- test
164
env:
165
- DOCKER_APP_IMAGE: ${{ needs.merge.outputs.image }}
+ DOCKER_APP_IMAGE_ARM64: ${{ needs.build.outputs.image-arm64 }}
166
+ DOCKER_APP_IMAGE_X64: ${{ needs.build.outputs.image-x64 }}
167
steps:
168
- name: Checkout code
169
uses: actions/checkout@v4
0 commit comments