Fix auto Docker tag creation

This commit is contained in:
Luke Tainton 2024-07-13 11:29:24 +01:00
parent 2cf102db5d
commit 6832c03f8d
No known key found for this signature in database

View File

@ -34,8 +34,10 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with: with:
images: | images: |
ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}
ghcr.io/${{ github.repository }}:${{ inputs.release }} tags: |
type=ref,event=tag
type=semver,pattern=v{{version}}
- name: Build and push Docker image - name: Build and push Docker image
id: push id: push