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 2cc3b88 commit 80956bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/closure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build Docker image
run: |
docker build -t web-app:latest .
docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} -p ${{ secrets.DOCKER_HUB_TOKEN }}
echo ${{ secrets.DOCKER_HUB_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
docker push web-app:latest
- name: Run Docker container
Expand Down

0 comments on commit 80956bf

Please sign in to comment.