fix: remove 'v' from version name

This commit is contained in:
Henrique Dias
2024-07-21 21:43:53 +02:00
parent 356edb8b93
commit 47e3f6de6f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,6 +65,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=v${{ steps.meta.outputs.version }}
VERSION=${{ steps.meta.outputs.version }}
cache-from: type=gha
cache-to: type=gha,mode=max