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 f14b0e3 commit 28f081f
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 @@ -23,7 +23,7 @@ jobs:
docker build -t web-app:latest .
- name: Login to DockerHub
run: echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
run: echo "$DOCKER_TOKEN" | docker login --username "$DOCKER_USERNAME" --password-stdin

- name: Push docker image
run: docker push web-app:latest
Expand Down

0 comments on commit 28f081f

Please sign in to comment.