feat(delivery): publish immutable source images and declare release
Build and Push Container / build-and-push (pull_request) Failing after 3s

This commit is contained in:
2026-09-11 08:53:23 +00:00
parent 198c3e7952
commit 593d6c552e
3 changed files with 19 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": 1,
"deployment": "geeksbot-release",
"environment": "production",
"images": {
"geeksbot_release_geeksbot_image": {
"name": "geeksbot",
"tag": "sha-{revision}"
}
},
"revision_variable": "geeksbot_release_revision"
}