Skip to content

Commit

Permalink
fix: correct path for building docker
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Prodromou <evan@openearth.org>
  • Loading branch information
evanp committed Jul 31, 2023
1 parent 924088e commit 363a0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push API develop to ECR latest
name: Push Web app to GHCR and deploy to EKS

on:
workflow_dispatch:
Expand All @@ -23,7 +23,7 @@ jobs:
IMAGE: ghcr.io/open-earth-foundation/citycatalyst

run: |
docker build -t $IMAGE:$VERSION api
docker build -t $IMAGE:$VERSION app
docker tag $IMAGE:$VERSION $IMAGE:latest
docker push $IMAGE:$VERSION
docker push $IMAGE:latest
Expand Down

0 comments on commit 363a0be

Please sign in to comment.