We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905966a commit ef6d416Copy full SHA for ef6d416
.github/workflows/base-ci-goreleaser.yaml
@@ -270,7 +270,7 @@ jobs:
270
- name: Run container image
271
run: |
272
echo "Running container..."
273
- docker run -d ${{ inputs.distribution }}:${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }} --name ${{ inputs.distribution }}
+ docker run --name ${{ inputs.distribution }} -d ${{ inputs.distribution }}:${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
274
docker ps
275
echo "Sleeping for a bit..."
276
sleep 10
0 commit comments