Add separate manifest template for latest
This commit is contained in:
parent
3f20ae89a8
commit
688dc82b19
@ -471,7 +471,7 @@ steps:
|
|||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
settings:
|
settings:
|
||||||
tags: latest
|
tags: latest
|
||||||
spec: docker-manifest.tmpl
|
spec: docker-manifest-latest.tmpl
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
username:
|
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…
x
Reference in New Issue
Block a user