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 8c73f3b464
commit bd5e58d8f4
3 changed files with 19 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": 1,
"deployment": "goff-release",
"environment": "production",
"images": {
"goff_release_goff_image": {
"name": "goff",
"tag": "sha-{revision}"
}
},
"revision_variable": "goff_release_revision"
}