Closed cmoulliard closed 4 months ago
quay.io login fails within the job
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 }}
Issue
quay.io login fails within the job
Error is related from the fact that we added a new username + token to publish using qshift org and we don't use:
but