getsentry / action-release

GitHub Action for creating a release on Sentry
Apache License 2.0
446 stars 53 forks source link

Cannot pull docker image in Github Action #135

Closed grzegorzkrukowski closed 1 year ago

grzegorzkrukowski commented 1 year ago

Github Sentry Action Release Bug Report

Environment

ubuntu-latest runner on GitHub

How do you use this action?

- name: Create Sentry Release
   uses: getsentry/action-release@v1

Which version of the action? v1

Steps to Reproduce

We tried to re-run it a few times, but it keeps failing at a download step.

CleanShot 2023-03-15 at 15 24 42@2x
LTKort commented 1 year ago

It looks like it is a GitHub Packages problem; https://githubstatus.com

stefvanesch commented 1 year ago

Seems to be working again.

grzegorzkrukowski commented 1 year ago

It looks like it is a GitHub Packages problem; https://githubstatus.com

Indeed, the incident appeared few hours after this happened, so it took them a while to announce it :)

armenzg commented 1 year ago

Thank you all for reporting and confirming the source of the problem!