Error was: ghcr.io/umccr/rnasum:0.4.7-linux-amd64 is a manifest list
Notes
Other things to note:
The actual build process completed.
Docker image exists under packages but not in the same format as previous packages.
An 'unknown' tag exists in the packages section.
If we search the 'unknown' tag's shasum (e6eabc12c3e7e2d38e09fe833aa1116db1253fbe19931055e0c28b03e60f5a3d) in the GitHub Actions logs we can see that we have the following lines:
Action
See action: https://github.com/umccr/RNAsum/actions/runs/5041902971/jobs/9043544763#step:4:224
Error
Error was: ghcr.io/umccr/rnasum:0.4.7-linux-amd64 is a manifest list
Notes
Other things to note:
If we search the 'unknown' tag's shasum (e6eabc12c3e7e2d38e09fe833aa1116db1253fbe19931055e0c28b03e60f5a3d) in the GitHub Actions logs we can see that we have the following lines:
And that even though this is the build step for the linux/amd64 architecture, we have exported a manifest list?
Related Issues
Suggested solutions
From the issues above, it is suggested that we add 'provenance: false' to our buildx setup.
It may also be worth upgrading some of the GH Action versions at the same time.