mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Don't tag branch, pr, or sha
This commit is contained in:
2
containers/.github/workflows/build.yml
vendored
2
containers/.github/workflows/build.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user