pack build --publish to Github Package Registry fails in ANALYZING phase with the following message. Tested with v0.5.0 (git sha: c9cfac75b49609524e1ea33f809c12071406547c)
===> ANALYZING
[analyzer] Error: failed to access previous image: connect to repo store 'docker.pkg.github.com/<owner>/<repo>/<image>:latest': NAME_UNKNOWN: docker package "<image>" does not exist under owner "<image>/<repo>"
ERROR: failed with status code: 1
Actually it works without --publish option + docker push.
pack build --publishto Github Package Registry fails in ANALYZING phase with the following message. Tested withv0.5.0 (git sha: c9cfac75b49609524e1ea33f809c12071406547c)Actually it works without
--publishoption +docker push.