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"