Skip to content

Commit

Permalink
chore: fix name of repository in github action
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 363a0be commit 2633af5
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
Expand Up @@ -11,7 +11,7 @@ on:
branches: [ "develop" ]

jobs:
pushToECR:
pushToGHCR:
runs-on: ubuntu-latest
steps:

Expand All @@ -29,7 +29,7 @@ jobs:
docker push $IMAGE:latest
deployToEKS:
needs: pushToECR
needs: pushToGHCR
runs-on: ubuntu-latest
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_EKS_DEV_USER }}
Expand Down

0 comments on commit 2633af5

Please sign in to comment.