tritonuas / obcpp

The code for the Onboard Computer, now written in C++.
GNU Affero General Public License v3.0
7 stars 0 forks source link

trying to push to full image tag #160

Closed atar13 closed 2 months ago

atar13 commented 2 months ago

docker push action for x86 image has been broken for the past two weeks after this action failed: https://github.com/tritonuas/obcpp/actions/runs/8638682448. This was throwing a crptic error saying "buildx failed with: ERROR: unauthorized: access token has insufficient scopes". This didn't seem like a token issue since the docker login step succeeded and the push step has permissions to write to GitHub packages. This commit attempts to push an the image to the full tag "ghcr.io/tritonuas/obcpp:x86" instead of just "x86"