Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Oct 12, 2023
1 parent 026728d commit 1a552e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Build and push back
run: |
cd back
docker build -t ghcr.io/foxandxss/fullstack-back:latest .
docker push ghcr.io/foxandxss/fullstack-back:latest
docker build -t ghcr.io/foxandxss/demo-pablo-back:latest .
docker push ghcr.io/foxandxss/demo-pablo-back:latest
- name: Build and push front
run: |
cd front
docker build -t ghcr.io/foxandxss/fullstack-front:latest .
docker push ghcr.io/foxandxss/fullstack-front:latest
docker build -t ghcr.io/foxandxss/demo-pablo-front:latest .
docker push ghcr.io/foxandxss/demo-pablo-front:latest

0 comments on commit 1a552e2

Please sign in to comment.