Skip to content

Commit be5bd9d

Browse files
committed
almost there
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 2097361 commit be5bd9d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ jobs:
247247
steps:
248248
- name: Checkout
249249
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
250-
with:
251-
fetch-depth: 0
252250

253251
- name: Setup QEMU
254252
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
@@ -258,12 +256,6 @@ jobs:
258256
- name: Setup Docker Buildx
259257
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
260258

261-
- name: Setup Go
262-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
263-
with:
264-
go-version: "~1.24"
265-
check-latest: true
266-
267259
- name: Download container image artifact
268260
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 #v4.1.9
269261
with:
@@ -276,7 +268,7 @@ jobs:
276268
277269
- name: Run container image
278270
run: |
279-
docker run -d --name ${{ inputs.distribution }} ${{ inputs.distribution }}:test
271+
docker run -d ${{ inputs.distribution }}:${{ steps.prep.outputs.version }}-${{ steps.prep.outputs.arch }}
280272
sleep 10
281273
if docker logs ${{ inputs.distribution }} | grep "Everything is ready."; then
282274
echo "${{ inputs.distribution }} started up correctly"

0 commit comments

Comments
 (0)