Skip to content

Commit

Permalink
WHat is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Apr 4, 2024
1 parent eb7150f commit 32578a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Test ${{ matrix.docker_image_name }}
run: |
docker run --rm -v $(pwd)/test_${{ matrix.docker_image_name}}.sh:/test_${{ matrix.docker_image_name}}.sh ghcr.io/${{ github.repository_owner }}/${{ matrix.docker_image_name }}:proj-${{ env.LIBPROJ_VERSION }}-rust-${{ matrix.rust_version }} /bin/bash -c "ls && /test_${{ matrix.docker_image_name }}.sh"
docker run --rm -v $(pwd)/test_${{ matrix.docker_image_name}}.sh:/test_${{ matrix.docker_image_name}}.sh ghcr.io/${{ github.repository_owner }}/${{ matrix.docker_image_name }}:proj-${{ env.LIBPROJ_VERSION }}-rust-${{ matrix.rust_version }} /bin/bash -c "ls && tail test_${{ matrix.docker_image_name }}.sh"
- name: Push tested ${{ matrix.docker_image_name }} image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 32578a7

Please sign in to comment.