From 3a46d9683e3332a6120d89e8ddd47de5b9dcd0a1 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 16:08:09 +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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 82d42db55..a9cbf028f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -23,11 +23,6 @@ jobs: - uses: actions/checkout@v4 - # 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: