Skip to content

Commit f48486c

Browse files
committed
fix version
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent be5bd9d commit f48486c

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
@@ -268,7 +268,7 @@ jobs:
268268
269269
- name: Run container image
270270
run: |
271-
docker run -d ${{ inputs.distribution }}:${{ steps.prep.outputs.version }}-${{ steps.prep.outputs.arch }}
271+
docker run -d ${{ inputs.distribution }}:${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
272272
sleep 10
273273
if docker logs ${{ inputs.distribution }} | grep "Everything is ready."; then
274274
echo "${{ inputs.distribution }} started up correctly"

0 commit comments

Comments
 (0)