1
Fork 0

Change method for Docker Login

This commit is contained in:
Korbs 2024-01-26 19:59:51 -05:00
parent a5e82af61d
commit 07c416b954

View file

@ -15,4 +15,4 @@ steps:
from_secret: QUAY_PASSWORD
commands:
- npm i
- docker login --username $QUAY_USERNAME --password-stdin $QUAY_PASSWORD
- echo $QUAY_PASSWORD | docker login --username $QUAY_USERNAME --password-stdin