From 3cf13f52f80800c42c394df0ff18c1d284265622 Mon Sep 17 00:00:00 2001 From: Changliang Wu Date: Wed, 13 Nov 2024 14:21:08 +0800 Subject: [PATCH] build: refine image publish config Signed-off-by: Changliang Wu --- .github/workflows/publish.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 52a66245..a0b62cf9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -5,9 +5,6 @@ on: branches: - main -env: - cache-registry: 'docker-registry-cache.docker-registry.svc:5000' - jobs: build: runs-on: [self-hosted, pod] @@ -22,4 +19,4 @@ jobs: password: ${{ secrets.HARBOR_PUSH_TOKEN }} - name: Build and push latest image - run: TAG_SUFFIX=latest docker buildx bake "https://github.com/everoute/actions-runner-controller.git#main" + run: docker buildx bake "https://github.com/everoute/actions-runner-controller.git#main"