openwrt / buildbot

OpenWrt buildbot configuration
10 stars 13 forks source link

ci: fix ghcr.io container pushing #2

Closed ynezz closed 1 year ago

ynezz commented 1 year ago

Attempt to fix following:

 #11 ERROR: denied: permission_denied: The requested installation does not exist.
 ------
  > pushing ghcr.io/ynezz/buildworker-v3.5.0:master with docker:
 ------
 ERROR: denied: permission_denied: The requested installation does not exist.
 Error: buildx failed with: ERROR: denied: permission_denied: The requested installation does not exist.

References: https://github.com/openwrt/buildbot/actions/runs/4971701948/jobs/8899889081#step:9:191

Ansuel commented 1 year ago

btw if we intend to use the container outside github we have to make it public (by default it's not)

ynezz commented 1 year ago

btw if we intend to use the container outside github

Yes, the idea is to sunset the gitlab.com and start using containers from here.

we have to make it public (by default it's not)

Seems to be working out of the box.