Don't tag branch, pr, or sha

This commit is contained in:
AngrySoundTech
2022-02-05 17:16:05 -05:00
parent 0158184a04
commit 3a9ddfb17d

View File

@@ -31,7 +31,6 @@ jobs:
ghcr.io/civmc/civdocker/waterfall
tags: |
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
@@ -44,7 +43,6 @@ jobs:
ghcr.io/civmc/civdocker/paper
tags: |
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}