We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5bd9d commit f48486cCopy full SHA for f48486c
.github/workflows/base-ci-goreleaser.yaml
@@ -268,7 +268,7 @@ jobs:
268
269
- name: Run container image
270
run: |
271
- docker run -d ${{ inputs.distribution }}:${{ steps.prep.outputs.version }}-${{ steps.prep.outputs.arch }}
+ docker run -d ${{ inputs.distribution }}:${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
272
sleep 10
273
if docker logs ${{ inputs.distribution }} | grep "Everything is ready."; then
274
echo "${{ inputs.distribution }} started up correctly"
0 commit comments