We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1e823 commit 83bbcb5Copy full SHA for 83bbcb5
.github/workflows/build_image.yml
@@ -85,7 +85,8 @@ jobs:
85
86
- uses: docker/build-push-action@v5
87
if: ${{ env.skip_build == 'false' }}
88
- IMAGE_TAG: ${{ env.REGISTRY }}/scverse/spatialdata:${{ env.IMAGE_TAG_SUFFIX }}
+ env:
89
+ IMAGE_TAG: ${{ env.REGISTRY }}/scverse/spatialdata:${{ env.IMAGE_TAG_SUFFIX }}
90
with:
91
context: .
92
file: ./Dockerfile
0 commit comments