Skip to content

Commit 83bbcb5

Browse files
committed
fix
1 parent ae1e823 commit 83bbcb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ jobs:
8585

8686
- uses: docker/build-push-action@v5
8787
if: ${{ env.skip_build == 'false' }}
88-
IMAGE_TAG: ${{ env.REGISTRY }}/scverse/spatialdata:${{ env.IMAGE_TAG_SUFFIX }}
88+
env:
89+
IMAGE_TAG: ${{ env.REGISTRY }}/scverse/spatialdata:${{ env.IMAGE_TAG_SUFFIX }}
8990
with:
9091
context: .
9192
file: ./Dockerfile

0 commit comments

Comments
 (0)