Skip to content

Commit

Permalink
Update closure-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-sco88 committed Jan 12, 2024
1 parent bf045b3 commit 6c712c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/closure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Login to DockerHub
run: |
echo '$DOCKER_USERNAME'
echo '$DOCKER_TOKEN'
echo '$DOCKER_TOKEN' | docker login --username $DOCKER_USERNAME --password-stdin
echo "$DOCKER_USERNAME"
echo "${{ secrets.DOCKER_HUB_TOKEN }}"
echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login --username "$DOCKER_USERNAME" --password-stdin
- name: Push docker image
run: docker push web-app:latest
Expand Down

0 comments on commit 6c712c5

Please sign in to comment.