From ad8b086c845916362bf0e513d1d91f147b991c70 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 18 Dec 2024 17:37:13 -0800 Subject: [PATCH] no push --- .github/workflows/superset-frontend.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/superset-frontend.yml b/.github/workflows/superset-frontend.yml index 3638afe31ac60..bda9feda6ddf4 100644 --- a/.github/workflows/superset-frontend.yml +++ b/.github/workflows/superset-frontend.yml @@ -16,9 +16,6 @@ concurrency: jobs: frontend-docker-build: runs-on: ubuntu-22.04 - env: - DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }} - DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} steps: - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )" uses: actions/checkout@v4 @@ -52,7 +49,6 @@ jobs: TAG="superset-node-${{ github.sha }}" supersetbot docker \ - --push \ --load \ --preset superset-node-ci \ --platform "linux/amd64" \