Skip to content

Commit

Permalink
Your honour, in my defence, I am tired
Browse files Browse the repository at this point in the history
  • Loading branch information
Bravewave committed Nov 17, 2024
1 parent fc2d4cb commit 838b004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
# 4. Build and push Frontend Docker image to GHCR
- name: Build Frontend Docker image
run: |
docker build -t ghcr.io/jharworth21/hacksheffield-9/frontend:latest ./frontend
docker push ghcr.io/jharworth21/hacksheffield-9/frontend:latest
docker build -t ghcr.io/jhaworth21/hacksheffield-9/frontend:latest ./frontend
docker push ghcr.io/jhaworth21/hacksheffield-9/frontend:latest
# 5. Build and push Backend Docker image to GHCR
- name: Build Backend Docker image
run: |
docker build -t ghcr.io/jharworth21/hacksheffield-9/backend:latest ./backend
docker push ghcr.io/jharworth21/hacksheffield-9/backend:latest
docker build -t ghcr.io/jhaworth21/hacksheffield-9/backend:latest ./backend
docker push ghcr.io/jhaworth21/hacksheffield-9/backend:latest

0 comments on commit 838b004

Please sign in to comment.