q-shift / backstage-playground

2 stars 8 forks source link

quay.io login fails with the job #169

Closed cmoulliard closed 4 months ago

cmoulliard commented 4 months ago

Issue

quay.io login fails within the job

Screenshot 2024-06-26 at 11 57 09

Error is related from the fact that we added a new username + token to publish using qshift org and we don't use:

          username: ${{ secrets.QUAY_ROBOT_USER }}
          password: ${{ secrets.QUAY_ROBOT_TOKEN }}

but


          username: ${{ secrets.QUAY_USERNAME }}
          password: ${{ secrets.QUAY_ROBOT_TOKEN }}