WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Version metadata not working in v5.8.0 #543

@Meldiron

Description

@Meldiron

Contributing guidelines

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.yml

Workflow 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions