Skip to content

Commit

Permalink
Update docker-build-push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagrio authored Jan 10, 2024
1 parent 5377ed7 commit d6fbfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build Docker Image
run: |
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/myapp:latest
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/myapp:latest .
- name: Push Docker Image
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/myapp:latest
run: docker image push ${{ secrets.DOCKERHUB_USERNAME }}/myapp:latest

0 comments on commit d6fbfac

Please sign in to comment.