Merge pull request #8309 from ywk253100/241016_action

Fix the issue in pushing image Github action
pull/8314/head
Daniel Jiang 2024-10-16 15:48:57 +08:00 committed by GitHub
commit b24b9fef08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
# Fix issue of setup-gcloud
- run: |
sudo apt-get install python2.7
export CLOUDSDK_PYTHON="/usr/bin/python2"
- id: 'auth'
uses: google-github-actions/auth@v2
with: