Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/BaNg-W/C01Lab6
Browse files Browse the repository at this point in the history
  • Loading branch information
BaNg-W committed Feb 28, 2024
2 parents bd52fe0 + 766be8a commit 03fc69c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:

- name: Push Docker image to Docker Hub
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/quirknotes_backend:latest

- name: Build Docker image
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/quirknotes_frontend:latest -f Dockerfile_frontend .

- name: Push Docker image to Docker Hub
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/quirknotes_frontend:latest

0 comments on commit 03fc69c

Please sign in to comment.