Skip to content

Commit

Permalink
fix: added missing docker hub credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Apr 5, 2024
1 parent 5ce608b commit 9c73fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
GKE_CLUSTER: autopilot-cluster-coconut
GKE_ZONE: europe-west3
DEPLOYMENT_NAME: coconut-coconut-app
Expand Down

0 comments on commit 9c73fc5

Please sign in to comment.