We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8a175 commit 7a2d087Copy full SHA for 7a2d087
1 file changed
.github/workflows/base-ci-goreleaser.yaml
@@ -271,13 +271,13 @@ jobs:
271
272
- name: Load image into docker
273
run: |
274
- docker image import ./${{ inputs.distribution }}.tar ${{ inputs.distribution }}:test
+ docker image load ./${{ inputs.distribution }}.tar ${{ inputs.distribution }}:test
275
docker image ls
276
docker image inspect ${{ inputs.distribution }}:test
277
278
- name: Run container image
279
280
- docker run -d --name ${{ inputs.distribution }} ${{ inputs.distribution }}:test --entrypoint "/${{ inputs.distribution }}"
+ docker run -d --name ${{ inputs.distribution }} ${{ inputs.distribution }}:test
281
sleep 10
282
if docker logs ${{ inputs.distribution }} | grep "Everything is ready."; then
283
echo "${{ inputs.distribution }} started up correctly"
0 commit comments