Include 'v' in the image tag (#210)

Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
Max Lambrecht 2024-02-15 20:08:58 -03:00 committed by GitHub
parent 07285eb5e9
commit 0ff26093f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}-helper:${{ env.DOCKER_TAG }}
tags: ${{ env.REGISTRY }}/${{ github.repository }}-helper:v${{ env.DOCKER_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max