Skip to content

Commit

Permalink
Merge pull request #8309 from ywk253100/241016_action
Browse files Browse the repository at this point in the history
Fix the issue in pushing image Github action
  • Loading branch information
reasonerjt authored Oct 16, 2024
2 parents fe14fb2 + 5c4b04e commit b24b9fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b24b9fe

Please sign in to comment.