chore(docker ci): remove tagging for year
having a tag for the year while there already is year.month and year.month.rel seems kinda redundant
This commit is contained in:
parent
e99ac04ab2
commit
560aedb469
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ jobs:
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=semver,pattern={{major}}
|
|
||||||
type=raw,value=stable
|
type=raw,value=stable
|
||||||
- name: Log in to GHCR
|
- name: Log in to GHCR
|
||||||
uses: https://github.com/docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
|
|
Loading…
Reference in a new issue