Skip to content

Commit 4aa5e0f

Browse files
committed
Try to make image_tag into a longer string
1 parent 929c9de commit 4aa5e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
4545
image_name: ${{ github.repository }}
46-
image_tag: ${{ matrix.software-versions.django-version }}-${{ github.ref_name }}
46+
image_tag: "${{ matrix.software-versions.django-version }}-${{ github.ref_name }}"
4747

4848

4949

0 commit comments

Comments
 (0)