We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f3939 commit 07622beCopy full SHA for 07622be
.github/workflows/static.yaml
@@ -153,7 +153,7 @@ jobs:
153
- name: Copy binary
154
run: |
155
digest=$(jq -r '."static-builder"."${{ (fromJson(needs.prepare.outputs.push) && !matrix.debug && !matrix.mimalloc) && 'containerimage.digest' || 'containerimage.config.digest' }}"' <<< "${METADATA}")
156
- docker create --platform=${{ matrix.platform }} --name static-builder "${digest}"
+ docker create --platform=${{ matrix.platform }} --name static-builder "${IMAGE_NAME}@${digest}"
157
docker cp "static-builder:/go/src/app/dist/${BINARY}" "${BINARY}${{ matrix.debug && '-debug' || '' }}${{ matrix.mimalloc && '-mimalloc' || '' }}"
158
env:
159
METADATA: ${{ steps.build.outputs.metadata }}
0 commit comments