We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
リリースプルリクエスト ( #634 など) をマージすると実行されるリリースCIではビルドした Docker Image を ghcr.io にプッシュする工程があるが、エラーが発生し正常にリリースできないため、リポジトリのタグの Latest とイメージの Latest が一致しない という状況が発生している
https://github.com/approvers/OreOreBot2/actions/runs/3974652560/jobs/6814039402#step:4:3616
#26 exporting to image #26 pushing layers 0.2s done #26 ERROR: failed to push approvers/oreorebot2:latest: server message: insufficient_scope: authorization failed ------ > exporting to image: ------ ERROR: failed to solve: failed to push approvers/oreorebot2:latest: server message: insufficient_scope: authorization failed Error: buildx failed with: ERROR: failed to solve: failed to push approvers/oreorebot2:latest: server message: insufficient_scope: authorization failed
正常にイメージがプッシュされる
少なくとも `v1.30.0` から発生している
イメージプッシュに失敗したらタグをプッシュしない二重の対策をかますべきかもしれない
The text was updated successfully, but these errors were encountered:
docker/build-push-action の issue に関係しそうなのが報告されていたので共有
docker/build-push-action#160
Sorry, something went wrong.
修正されていないため reopen
:kawae_win:
Successfully merging a pull request may close this issue.
バグレポートの提出を行う前に
バグの詳細
リリースプルリクエスト ( #634 など) をマージすると実行されるリリースCIではビルドした Docker Image を ghcr.io にプッシュする工程があるが、エラーが発生し正常にリリースできないため、リポジトリのタグの Latest とイメージの Latest が一致しない という状況が発生している
https://github.com/approvers/OreOreBot2/actions/runs/3974652560/jobs/6814039402#step:4:3616
再現方法
期待する動作
正常にイメージがプッシュされる
はらちょのバージョン
追加情報
イメージプッシュに失敗したらタグをプッシュしない二重の対策をかますべきかもしれない
The text was updated successfully, but these errors were encountered: