Updates the tagging functionality of Docker
This commit is contained in:
4
.github/workflows/publish-docker.yml
vendored
4
.github/workflows/publish-docker.yml
vendored
@@ -37,8 +37,8 @@ jobs:
|
|||||||
${{ env.DH_IMAGE }}
|
${{ env.DH_IMAGE }}
|
||||||
ghcr.io/${{ env.GH_IMAGE }}
|
ghcr.io/${{ env.GH_IMAGE }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=tag,prefix=release-,suffix={{tag}}
|
type=ref,event=tag,suffix={{tag}}
|
||||||
type=ref,event=branch,branch=main
|
type=ref,event=branch,branch=main,name=latest
|
||||||
labels: |
|
labels: |
|
||||||
maintainer=Lissy93
|
maintainer=Lissy93
|
||||||
org.opencontainers.image.title=Portainer-Templates
|
org.opencontainers.image.title=Portainer-Templates
|
||||||
|
|||||||
Reference in New Issue
Block a user