Add separate manifest template for latest
This commit is contained in:
parent
3f20ae89a8
commit
688dc82b19
2 changed files with 18 additions and 1 deletions
|
@ -471,7 +471,7 @@ steps:
|
|||
image: plugins/manifest
|
||||
settings:
|
||||
tags: latest
|
||||
spec: docker-manifest.tmpl
|
||||
spec: docker-manifest-latest.tmpl
|
||||
password:
|
||||
from_secret: docker_password
|
||||
username:
|
||||
|
|
17
docker-manifest-latest.tmpl
Normal file
17
docker-manifest-latest.tmpl
Normal file
|
@ -0,0 +1,17 @@
|
|||
image: vikunja/frontend:latest
|
||||
manifests:
|
||||
-
|
||||
image: vikunja/frontend:latest-linux-amd64
|
||||
platform:
|
||||
architecture: amd64
|
||||
os: linux
|
||||
-
|
||||
image: vikunja/frontend:latest-linux-arm64
|
||||
platform:
|
||||
architecture: arm64
|
||||
os: linux
|
||||
-
|
||||
image: vikunja/frontend:latest-linux-arm
|
||||
platform:
|
||||
architecture: arm
|
||||
os: linux
|
Loading…
Reference in a new issue