quay added

This commit is contained in:
2025-05-15 14:34:38 +02:00
parent 368c021557
commit 747e643e53

View File

@ -50,4 +50,20 @@ steps:
when:
- event: [ push, tag ]
build-for-quay:
image: plugins/kaniko
settings:
repo: quay.io/wollud1969/${CI_REPO_NAME}
registry: quay.io
tags:
- latest
- ${CI_COMMIT_TAG}
username:
from_secret: quay_username
password:
from_secret: quay_password
registry:
from_secret: quay_registry
dockerfile: Dockerfile
when:
- event: [tag]