Skip to content

Commit

Permalink
chg: add set -x for docker image ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkanani committed Jul 16, 2020
1 parent 6e0f8a6 commit b7fced9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerimage-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
DOCKERHUB: ${{ secrets.DOCKERHUB }}
DOCKERHUB_KEY: ${{ secrets.DOCKERHUB_KEY }}
run: |
set -x
ls -l
echo "Docker login"
docker login -u $DOCKERHUB -p $DOCKERHUB_KEY
Expand Down

0 comments on commit b7fced9

Please sign in to comment.