We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a637c commit 8d6c6aeCopy full SHA for 8d6c6ae
.github/workflows/base-ci-goreleaser.yaml
@@ -245,6 +245,11 @@ jobs:
245
- GOOS: windows
246
runs-on: ubuntu-24.04
247
steps:
248
+ - name: Download container image artifact
249
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 #v4.1.9
250
+ with:
251
+ name: ${{ inputs.distribution }}-image-${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
252
+
253
- name: Load image into docker
254
run: |
255
docker image load --input ./${{ inputs.distribution }}.tar
0 commit comments