From e1847386b4868d4e3bef57d2dd070a7560e6be3f Mon Sep 17 00:00:00 2001 From: Anthony Rabbito Date: Thu, 3 Oct 2024 12:44:53 -0400 Subject: [PATCH] fix: drop unneeded build webui image Signed-off-by: Anthony Rabbito --- .github/workflows/publish-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index ff24b6d524..e5d13eeef7 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -41,7 +41,6 @@ env: DOCKER_BUILDX_ARGS: "--load --cache-from type=gha --cache-to type=gha,mode=max" run: | - make build-webui-image make build-image-dirty - name: Set image tag @@ -49,7 +48,7 @@ git remote add upstream https://github.com/traefik/traefik.git git fetch --tags upstream echo "VERSION=$(git describe --tags --match 'v2.*' --exclude '*-' --abbrev=0)" >> $GITHUB_ENV - + - name: Push image if: ${{inputs.publish}} run: |