Skip to content

Commit 8d6c6ae

Browse files
committed
add back download step
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 19a637c commit 8d6c6ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ jobs:
245245
- GOOS: windows
246246
runs-on: ubuntu-24.04
247247
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+
248253
- name: Load image into docker
249254
run: |
250255
docker image load --input ./${{ inputs.distribution }}.tar

0 commit comments

Comments
 (0)