Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxshan2000 committed Sep 28, 2023
1 parent edfb9ef commit 88f2174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build docker image
run: docker build -t luxshan/aws-pipeline/backend:latest ./backend
run: docker build -t luxshan/aws-pipeline/backend ./backend
- name: Publish image to docker hub
run: docker push luxshan/aws-pipeline/backend:latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build docker image
run: docker build -t luxshan/aws-pipeline/frontend:latest ./frontend
run: docker build -t luxshan/aws-pipeline/frontend ./frontend
- name: Publish image to docker hub
run: docker push luxshan/aws-pipeline/frontend:latest

Expand Down

0 comments on commit 88f2174

Please sign in to comment.