Skip to content

Commit

Permalink
password stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 committed Apr 22, 2024
1 parent 42bc34b commit b547569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: docker build -t ${IMAGE_NAME}:${IMAGE_TAG} -f ${IMAGE_NAME}/Dockerfile .

- name: Quay.io login
run: docker login -u ${{ secrets.DOCKERBUILD_ROBOT_USERNAME }} -p <<< ${{ secrets.DOCKERBUILD_ROBOT_PASSWORD }} quay.io
run: docker login -u ${{ secrets.DOCKERBUILD_ROBOT_USERNAME }} --password-stdin <<< ${{ secrets.DOCKERBUILD_ROBOT_PASSWORD }} quay.io

- name: Tag image
run: docker tag ${IMAGE_NAME}:${IMAGE_TAG} quay.io/ecoflowucl/${IMAGE_NAME}:${IMAGE_TAG}
Expand Down

0 comments on commit b547569

Please sign in to comment.