Skip to content

Commit

Permalink
Try to make image_tag into a longer string
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Jan 12, 2024
1 parent 4aa5e0f commit 8c8dcc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
image_name: ${{ github.repository }}
image_tag: "${{ matrix.software-versions.django-version }}-${{ github.ref_name }}"

image_tag: "${{ format('{0}-{1}', matrix.software-versions['django-version'], github.ref_name) }}"


0 comments on commit 8c8dcc3

Please sign in to comment.