🐛 Fix gha script

This commit is contained in:
2025-09-19 23:12:50 +08:00
parent 66e14ffedb
commit b0154e1a63

View File

@@ -47,6 +47,6 @@ jobs:
push: true push: true
# Create two tags: one with the version number and one with 'latest' # Create two tags: one with the version number and one with 'latest'
tags: | tags: |
ghcr.io/${{ github.repository_owner,, }}/dyson-${{ lower(matrix.service) }}:${{ steps.nbgv.outputs.SimpleVersion }} ghcr.io/${{ lower(github.repository_owner) }}/dyson-${{ lower(matrix.service) }}:${{ steps.nbgv.outputs.SimpleVersion }}
ghcr.io/${{ github.repository_owner,, }}/dyson-${{ lower(matrix.service) }}:latest ghcr.io/${{ lower(github.repository_owner) }}/dyson-${{ lower(matrix.service) }}:latest
platforms: linux/amd64 platforms: linux/amd64