php-actions / php-build

Fast builds for repositories using php-actions.
9 stars 9 forks source link

error pulling image configuration: denied: unauthenticated: User cannot be authenticated with the token provided. #2

Closed puggan closed 3 years ago

puggan commented 3 years ago

My github-action for the step:

      - name: Composer install
        uses: php-actions/composer@v4
        with:
          args: --ignore-platform-reqs

failes with the error:

error pulling image configuration: denied: unauthenticated: User cannot be authenticated with the token provided.

I get the same error if I localy run: docker pull ghcr.io/php-actions/php-build:v1

Screenshot from 2020-11-30 20-10-26

Screenshot from 2020-11-30 20-10-45

Screenshot from 2020-11-30 20-11-49

dafstone commented 3 years ago

We are also experiencing this exact same issue. This has been working fine for us until today.

g105b commented 3 years ago

Oh my... I'm really sorry, but I caused this mistake today by accident. The docker image that runs these repositories is really slow, and today I have been building a version that will build in 10 seconds rather than 2 minutes. I didn't respect the v1 tag and pushed an image that was based off alpine rather than ubuntu. I've reverted the change and tested that it has resolved the issue.

Once again, please accept my apologies. I'm planning to get some status checking on all the github-actions repos but currently I'm too pressed for finding the time. Do you have any suggestions of how I can put automated checks in place to check these repos?

dafstone commented 3 years ago

Thank you @g105b for putting this all together!