Skip to content

issue with v1Β #880

@prmoore77

Description

@prmoore77

Hi, I use the docker-manifest-action - and it has been working fine with version: 0.4.3 - in my pipeline here:
https://github.com/gizmodata/gizmosql/blob/4cea4544efc0681b796623e49ee58bba2e3ceda4/.github/workflows/build-docker-images.yml#L214

When I attempted to use 1.0.0, however - I am experiencing failure of the pipeline. Here is an excerpt of the failure from the log:

$ docker buildx imagetools create gizmodata/gizmosql:latest gizmodata/gizmosql:v1.9.9 --tag=gizmodata/gizmosql:latest-amd64 --tag=gizmodata/gizmosql:latest-arm64
  /usr/bin/docker buildx imagetools create gizmodata/gizmosql:latest gizmodata/gizmosql:v1.9.9 --tag=gizmodata/gizmosql:latest-amd64 --tag=gizmodata/gizmosql:latest-arm64
  ERROR: docker.io/gizmodata/gizmosql:v1.9.9: not found
  file:///home/runner/work/_actions/Noelware/docker-manifest-action/v1/build/index.js:58

Here is the output from a previous run which was on 0.4.3:

Creating manifest for image [gizmodata/gizmosql:latest] with [gizmodata/gizmosql:latest-amd64, gizmodata/gizmosql:latest-arm64] outputs
Creating manifest for image [gizmodata/gizmosql:v1.9.4] with [gizmodata/gizmosql:latest-amd64, gizmodata/gizmosql:latest-arm64] outputs
/usr/bin/docker manifest create gizmodata/gizmosql:latest gizmodata/gizmosql:latest-amd64 gizmodata/gizmosql:latest-arm64
/usr/bin/docker manifest create gizmodata/gizmosql:v1.9.4 gizmodata/gizmosql:latest-amd64 gizmodata/gizmosql:latest-arm64
Created manifest list docker.io/gizmodata/gizmosql:latest
Took 2248.0s to create manifest for image [gizmodata/gizmosql:latest] with [gizmodata/gizmosql:latest-amd64, gizmodata/gizmosql:latest-arm64] as the outputs!
Now pushing image gizmodata/gizmosql:latest
/usr/bin/docker manifest push gizmodata/gizmosql:latest
Created manifest list docker.io/gizmodata/gizmosql:v1.9.4
Took 2283.0s to create manifest for image [gizmodata/gizmosql:v1.9.4] with [gizmodata/gizmosql:latest-amd64, gizmodata/gizmosql:latest-arm64] as the outputs!
Now pushing image gizmodata/gizmosql:v1.9.4

Did I do this wrong, or does this represent a bug with 1.0.0 of the Github Action? Thank you...

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions