We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617a054 commit cf3bca0Copy full SHA for cf3bca0
.github/workflows/build.yml
@@ -15,8 +15,8 @@ jobs:
15
outputs:
16
image-app-arm64: ${{ steps.gen-output.outputs.image-app-arm64 }}
17
image-app-x64: ${{ steps.gen-output.outputs.image-app-x64 }}
18
- image-dev-arm64: ${{ steps.gen-output.outputs.image-develoment-arm64 }}
19
- image-dev-x64: ${{ steps.gen-output.outputs.image-develoment-x64 }}
+ image-dev-arm64: ${{ steps.gen-output.outputs.image-development-arm64 }}
+ image-dev-x64: ${{ steps.gen-output.outputs.image-development-x64 }}
20
strategy:
21
fail-fast: false
22
matrix:
0 commit comments