We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48486c commit 9cf3ef4Copy full SHA for 9cf3ef4
.github/workflows/base-ci-goreleaser.yaml
@@ -265,6 +265,7 @@ jobs:
265
run: |
266
docker image load --input ./${{ inputs.distribution }}.tar
267
docker image ls
268
+ docker image inspect ${{ inputs.distribution }}:${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
269
270
- name: Run container image
271
0 commit comments