quay fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Wolfgang Hottgenroth 2024-12-10 14:29:54 +01:00
parent 4db1560da2
commit 1b6adce9dc

View File

@ -1,18 +1,18 @@
steps: steps:
build: # build:
image: plugins/kaniko # image: plugins/kaniko
settings: # settings:
repo: ${FORGE_NAME}/${CI_REPO} # repo: ${FORGE_NAME}/${CI_REPO}
registry: # registry:
from_secret: container_registry # from_secret: container_registry
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG} # tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
username: # username:
from_secret: container_registry_username # from_secret: container_registry_username
password: # password:
from_secret: container_registry_password # from_secret: container_registry_password
dockerfile: Dockerfile # dockerfile: Dockerfile
when: # when:
- event: [push, tag] # - event: [push, tag]
build: build:
image: plugins/kaniko image: plugins/kaniko
settings: settings: