Skip to content

Commit

Permalink
Removed printing Docker username
Browse files Browse the repository at this point in the history
Had added it initially for testing purposes.
Can remove now so it doesn't expose any sensitive info.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Mar 26, 2024
1 parent 14fb3f7 commit 6fa9573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- uses: actions/checkout@v2
- name: docker login
run: | # log into docker hub account
echo "Docker user name: " $DOCKER_USER
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Get current date # get the date of the build
Expand Down

0 comments on commit 6fa9573

Please sign in to comment.