Skip to content

Commit

Permalink
Merge pull request #5 from MukuFlash03/image-push
Browse files Browse the repository at this point in the history
Removed printing Docker username
  • Loading branch information
MukuFlash03 authored Mar 26, 2024
2 parents ffcdbc8 + d6a6809 commit 102899a
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 102899a

Please sign in to comment.