opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
123 stars 126 forks source link

fix: write permissions for ci packages #499

Closed distributedstatemachine closed 1 month ago

distributedstatemachine commented 1 month ago

Description

This PR fixes the ci error preventing the image from being published

#27 ERROR: failed to push ghcr.io/opentensor/subtensor:main: unexpected status from POST request to https://ghcr.io/v2/opentensor/subtensor/blobs/uploads/: 403 Forbidden
------
 > exporting to image:
------
ERROR: failed to solve: failed to push ghcr.io/opentensor/subtensor:main: unexpected status from POST request to https://ghcr.io/v2/opentensor/subtensor/blobs/uploads/: 403 Forbidden
Error: buildx failed with: ERROR: failed to solve: failed to push ghcr.io/opentensor/subtensor:main: unexpected status from POST request to https://ghcr.io/v2/opentensor/subtensor/blobs/uploads/: 403 Forbidden\

Related Issue(s)

Type of Change

Breaking Change

If this PR introduces a breaking change, please provide a detailed description of the impact and the migration path for existing applications.

Checklist

Screenshots (if applicable)

Please include any relevant screenshots or GIFs that demonstrate the changes made.

Additional Notes

Please provide any additional information or context that may be helpful for reviewers.

alex-drocks commented 1 month ago

thanks