ci(docker): change docker metadata tag to {{raw}} from {{version}} (#1115)

ci(docker): change docker tag to raw

* version was missing the v prefix
This commit is contained in:
ze0s 2023-09-11 21:18:12 +02:00 committed by GitHub
parent 80aa0b6331
commit 93f96e9758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ jobs:
with: with:
images: ghcr.io/autobrr/autobrr images: ghcr.io/autobrr/autobrr
tags: | tags: |
type=semver,pattern={{version}} type=semver,pattern={{raw}}
type=ref,event=branch type=ref,event=branch
type=ref,event=pr type=ref,event=pr