Skip to content

container_description.yml workflow failing #1938

@vesari

Description

@vesari

The "Push README to Docker Hub" workflow (container_description.yml) has been failing on every run since at least November 2024, with the following error:

level=debug msg="namespace: prom"
level=debug msg="repo: "
level=error msg="Invalid [IMAGE argument] - bad characters or empty value"

Apparently this is because of a missing name, in that the workflow calls make docker-repo-name, but this target doesn't exist in the Makefile. The Makefile.common has common-docker-repo-name, but:

  1. There's no docker-repo-name alias
  2. DOCKER_IMAGE_NAME is never defined for this repository

The only Dockerfile in this repo is for building local examples, so I wonder whether we can keep on ignoring this failure or remove this flow or disable it.

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