Fix auto Docker tag creation

This commit is contained in:
Luke Tainton 2024-07-13 11:33:09 +01:00
parent 6832c03f8d
commit 6e4d78cfcd
No known key found for this signature in database

View File

@ -36,8 +36,7 @@ jobs:
images: |
ghcr.io/${{ github.repository }}
tags: |
type=ref,event=tag
type=semver,pattern=v{{version}}
type=semver,pattern=v{{version}},value=${{ inputs.release }}
- name: Build and push Docker image
id: push