Skip to content

Commit

Permalink
Add missing $ in front of env var QUAY_ORG
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jun 19, 2024
1 parent 160f8e8 commit 86d4e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-backstage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
cat <<EOF > config.json
{
"auths": {
"quay.io/QUAY_ORG": {
"quay.io/$QUAY_ORG": {
"auth": "$QUAY_CREDS"
}
}
Expand Down

0 comments on commit 86d4e4d

Please sign in to comment.