ci: fix typo in coyote image tag; needs leading 'v'
This commit is contained in:
@@ -516,5 +516,5 @@ jobs:
|
|||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: ${{ env.ACT != 'true' }}
|
push: ${{ env.ACT != 'true' }}
|
||||||
tags: darkalex17/coyote:latest, darkalex17/coyote:${{ env.version }}
|
tags: darkalex17/coyote:latest, darkalex17/coyote:v${{ env.version }}
|
||||||
build-args: COYOTE_VERSION=${{ env.version }}
|
build-args: COYOTE_VERSION=${{ env.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user