Skip to content

Commit

Permalink
ci(build): 🐛 Change ghcr link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Jul 30, 2024
1 parent 3def84f commit 3468390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
echo PORT=3000 >> build.env.local
- name: Build Docker Image
run: docker build . --file Dockerfile --tag ghcr.io/buildtheearth/website-frontend:$(git rev-parse --short HEAD) --tag ghcr.io/buildtheearth/website-frontend:latest
run: docker build . --file Dockerfile --tag ghcr.io/buildtheearth/dashboard-website:$(git rev-parse --short HEAD) --tag ghcr.io/buildtheearth/dashboard-website:latest
- name: Docker Push
run: docker push ghcr.io/buildtheearth/website-frontend:$(git rev-parse --short HEAD)
run: docker push ghcr.io/buildtheearth/dashboard-website:$(git rev-parse --short HEAD)
- name: Docker Push Latest
run: docker push ghcr.io/buildtheearth/website-frontend:latest
run: docker push ghcr.io/buildtheearth/dashboard-website:latest

0 comments on commit 3468390

Please sign in to comment.