fix in ci script, 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-07-09 12:18:13 +02:00
parent e3043c5646
commit b91a7ae0fc

View File

@ -44,14 +44,13 @@ steps:
tags: tags:
- latest - latest
- ${CI_COMMIT_SHA} - ${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 ]
build-for-quay: build-for-quay:
image: plugins/kaniko image: plugins/kaniko