Skip to content

Commit

Permalink
[task-3]: CI-CD - fixing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jproyo committed Nov 22, 2023
1 parent 4881ca0 commit 9bdd341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
location: ${{ secrets.GKE_ZONE }}
credentials: ${{ secrets.GKE_SA_KEY }}
project_id: ${{ secrets.GKE_PROJECT_ID }}
- run: |-
gcloud --quiet auth configure-docker
- name: Current branch sha
if: github.event_name != 'release'
run: |
Expand Down

0 comments on commit 9bdd341

Please sign in to comment.