Skip to content

Commit

Permalink
Updateded docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
sturrent authored Dec 2, 2019
1 parent 35f2a98 commit 48c4f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rm -f l200labs_binaries/*
bash shc_script_converter.sh
- name: Login to Docker Registry
run: docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
run: echo "$DOCKER_PASSWORD" | docker login -u $DOCKER_USERNAME --password-stdin
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 48c4f1d

Please sign in to comment.