Super-linter: deploy-RELEASE workflow: error on image name

Created on 29 Jun 2020  路  2Comments  路  Source: github/super-linter

Describe the bug
The deploy-RELEASE workflow does not complete successfully. It sites an error in the image name: docker image push is only supported with a tag of the format :owner/:repo_name/:image_name.

To Reproduce
Steps to reproduce the behavior:
https://github.com/github/super-linter/runs/820118509?check_suite_focus=true#step:4:626

Expected behavior
The workflow should complete successfully.

Screenshots
Screen Shot 2020-06-29 at 2 43 52 PM

Additional context
Given the screeenshot it seems this hasn't worked the last few times.

bug

All 2 comments

Just to add some info to this, the Docker Hub deploy worked, it's the GitHub Package Registry step that is failing.

this is solved in #317

I forgot that for docker the name should be:
github/super-linter:version
For GPR it should be:
docker.pkg.github.com/github/super-linter/super-liner:version

  • Totally missed that second super-linter
Was this page helpful?
0 / 5 - 0 ratings