|
@@ -36,7 +36,7 @@ jobs:
|
|
|
echo ${{ secrets. DOCKER_REGISTRY_PASSWORD }} | docker login --username wsmoogle --password-stdin
|
|
echo ${{ secrets. DOCKER_REGISTRY_PASSWORD }} | docker login --username wsmoogle --password-stdin
|
|
|
|
|
|
|
|
- name: Authenticate to Google Cloud for GROWI.cloud
|
|
- name: Authenticate to Google Cloud for GROWI.cloud
|
|
|
- uses: google-github-actions/auth@v1
|
|
|
|
|
|
|
+ uses: google-github-actions/auth@v2
|
|
|
with:
|
|
with:
|
|
|
credentials_json: '${{ secrets.GCP_SA_KEY_SLACKBOT_PROXY }}'
|
|
credentials_json: '${{ secrets.GCP_SA_KEY_SLACKBOT_PROXY }}'
|
|
|
|
|
|