🐛 Fix gha script
This commit is contained in:
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user