Skip to content

Commit

Permalink
fix: update Docker image push commands in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amanovishnu committed Dec 29, 2024
1 parent 7990212 commit d1cd2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Push Docker image to Docker Hub
run: |
docker push ${{ secrets.DOCKER_USERNAME }}/outreach-composer-for-job-search:${{ github.sha }}
docker push ${{ secrets.DOCKER_USERNAME }}/outreach-composer-for-job-search:latest
docker push amanovishnu/outreach-composer-for-job-search:${{ github.sha }}
docker push amanovishnu/outreach-composer-for-job-search:latest

0 comments on commit d1cd2a3

Please sign in to comment.