Skip to content

Commit

Permalink
cicd: fix trailing space in GCP_PROJECT_ID secret
Browse files Browse the repository at this point in the history
  • Loading branch information
husni-zuhdi committed Oct 8, 2023
1 parent 26d7818 commit 95b9978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_gcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:

- name: Push Docker Image to Google Container Registry
run: |-
docker tag $ILT_NAME:$ILT_VERSION gcr.io/${{ secrets.GCP_PROJECT_ID }}/$ILT_NAME:$ILT_VERSION
docker push gcr.io/${{ secrets.GCP_PROJECT_ID }}/$ILT_NAME:$ILT_VERSION
docker tag $ILT_NAME:$ILT_VERSION gcr.io/$GCP_PROJECT/$ILT_NAME:$ILT_VERSION
docker push gcr.io/$GCP_PROJECT/$ILT_NAME:$ILT_VERSION

0 comments on commit 95b9978

Please sign in to comment.