Fix latest tag for docker container

This commit is contained in:
Yarmo Mackenbach 2022-03-15 21:22:05 +01:00
parent 6801b39003
commit c942bee641
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -1,10 +1,11 @@
---
type: docker
kind: pipeline
name: build-stable-container
name: build-latest-container
steps:
- name: build stable container
- name: build latest container
image: plugins/docker
settings:
username:
@ -12,7 +13,7 @@ steps:
password:
from_secret: docker_password
repo: keyoxide/keyoxide
tags: stable
tags: latest
- name: build tag container
image: plugins/docker
settings:
@ -29,6 +30,7 @@ trigger:
---
type: docker
kind: pipeline
name: build-dev-container