Skip to content

Commit

Permalink
Update push-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjp401 authored Apr 15, 2024
1 parent 9df5909 commit c98ae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Build and Push Container
run: |-
docker build -t "gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}" ./frontend
docker build -t "gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}" ./backend
docker push "gcr.io/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}"
# END - Docker auth and build
Expand Down

0 comments on commit c98ae95

Please sign in to comment.