fix: quay readme secret

This commit is contained in:
Michael Barz
2025-03-15 10:20:33 +01:00
parent f3f39c9b46
commit 5c730cebda

View File

@@ -1887,12 +1887,11 @@ def releaseDockerReadme(repo, build_type):
"image": CHKO_DOCKER_PUSHRM,
"environment": {
"APIKEY__QUAY_IO": {
"from_secret": "quay_password",
"from_secret": "quay_apikey",
},
"PUSHRM_TARGET": "quay.io/%s" % repo,
"PUSHRM_FILE": "README.md",
"PUSHRM_PROVIDER": "quay",
"PUSHRM_DEBUG": True,
},
},
],