Skip to content

Commit

Permalink
fix: drop unneeded build webui image
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <arabbito@coreweave.com>
  • Loading branch information
anthr76 authored and ChandonPierre committed Oct 4, 2024
1 parent bee098f commit 3d971f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@
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
run: |
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: |
Expand Down

0 comments on commit 3d971f0

Please sign in to comment.