-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
Description
Contributing guidelines
- I've read the contributing guidelines and wholeheartedly agree
I've found a bug, and:
- The documentation does not mention anything about my problem
- There are no open or closed issues that are related to my problem
Description
Image cannot be pushed, originating from metadata issue of extracting version:
##[debug]manifest:org.opencontainers.image.version='
This stopped working recently, so my best guess is issue in most recent release of 5.8.0 instead of 5.7.0, because our job used v5.
The problem was solved for now by downgrading to 5.7.0 version.
Expected behaviour
Existing v5 jobs remain working with new minor version
Actual behaviour
Job fails due to version extraction issue
Repository URL
https://github.com/appwrite/console/
Workflow run URL
https://github.com/appwrite/console/actions/runs/16882183410/job/47827714696
YAML workflow
https://github.com/appwrite/console/blob/main/.github/workflows/publish.ymlWorkflow logs
No response
BuildKit logs
{
"target": {
"docker-metadata-action": {
"annotations": [
"manifest:org.opencontainers.image.created=2025-08-11T15:15:31.165Z",
"manifest:org.opencontainers.image.description=The Console that makes Appwrite tick from the browser 🖥",
"manifest:org.opencontainers.image.licenses=BSD-3-Clause",
"manifest:org.opencontainers.image.revision=29e85017ed2bf87a866af6a3263927d93d6fa296",
"manifest:org.opencontainers.image.source=https://github.com/appwrite/console",
"manifest:org.opencontainers.image.title=console",
"manifest:org.opencontainers.image.url=https://github.com/appwrite/console",
"manifest:org.opencontainers.image.version="
]
}
}
}
Additional info
For refference, following PR fixed it temporarly: appwrite/console#2209
With a working job now: https://github.com/appwrite/console/actions/runs/16884720878/job/47829359004
Meldiron, vermakhushboo, adityaoberai, atharvadeosthale, HarshMN2345 and 11 more