Skip to content

Commit

Permalink
Merge pull request #3 from MukuFlash03/main
Browse files Browse the repository at this point in the history
Print docker username
  • Loading branch information
MukuFlash03 authored Mar 18, 2024
2 parents c92b9b9 + 8a43faf commit bcf1473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v2
- name: docker login
run: | # log into docker hub account
echo $$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 bcf1473

Please sign in to comment.