Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Althaf-C committed May 8, 2024
1 parent 6788478 commit b1228d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build container image
run: docker build -t your-dockerhub-username/guestbook-go .
run: docker build -t althafc/guestbook-go .
- name: Login to Docker Hub
run: echo "${{ secrets.althaf69@C}}" | docker login -u ${{ secrets.althafc }} --password-stdin
- name: Push image to Docker Hub
run: docker push your-dockerhub-username/guestbook-go
run: docker push althafc/guestbook-go

0 comments on commit b1228d6

Please sign in to comment.