Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
shreykx committed Dec 21, 2024
1 parent 53a364c commit 4488bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Docker image
docker build -t ${{ secrets.DOCKER_USERNAME }}/todoapp:main .
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/todoapp:main .
- name : Publish to Docker Hub
run: docker push ${{ secrets.DOCKER_USERNAME }}/todoapp:main

0 comments on commit 4488bdb

Please sign in to comment.