Skip to content

Commit ef6d416

Browse files
committed
try again
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 905966a commit ef6d416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
- name: Run container image
271271
run: |
272272
echo "Running container..."
273-
docker run -d ${{ inputs.distribution }}:${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }} --name ${{ inputs.distribution }}
273+
docker run --name ${{ inputs.distribution }} -d ${{ inputs.distribution }}:${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
274274
docker ps
275275
echo "Sleeping for a bit..."
276276
sleep 10

0 commit comments

Comments
 (0)