Merge pull request #8309 from ywk253100/241016_action
Fix the issue in pushing image Github actionpull/8314/head
commit
b24b9fef08
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue