We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5980d51 commit 715201cCopy full SHA for 715201c
.github/workflows/build-gcsproxy.yml
@@ -70,7 +70,7 @@ jobs:
70
-t ${{ env.REGISTRY_URL }}:latest \
71
.
72
73
- - name: Test that titler imports
+ - name: Test that gcsproxy can be found
74
run: |
75
docker run --rm ghcr.io/${{ github.repository_owner }}/${{ env.CONTAINER_NAME }}:latest gcsproxy --help
76
.github/workflows/build-titiler.yml
@@ -67,7 +67,7 @@ jobs:
67
68
69
+ - name: Test that titiler imports
docker run --rm ghcr.io/${{ github.repository_owner }}/${{ env.CONTAINER_NAME }}:latest python -c "import titiler"
0 commit comments