diff --git a/.github/workflows/push-deploy.yaml b/.github/workflows/push-deploy.yaml index 161de61b320..069a400e372 100644 --- a/.github/workflows/push-deploy.yaml +++ b/.github/workflows/push-deploy.yaml @@ -30,8 +30,5 @@ jobs: # tag with git hash skaffold build --default-repo=gcr.io/$PROJECT_ID \ --tag=$GITHUB_SHA - # tag as latest - skaffold build --default-repo=gcr.io/$PROJECT_ID \ - --tag=latest env: PROJECT_ID: ${{ secrets.PROJECT_ID }} \ No newline at end of file