From 5c4b04efaac102040a0933bdeddddfe2301d181b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Wed, 16 Oct 2024 13:21:19 +0800 Subject: [PATCH] Fix the issue in pushing image Github action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the issue in pushing image Github action Signed-off-by: Wenkai Yin(尹文开) --- .github/workflows/push.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bbc1f16ea..a4d237173 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: