From 49305ed1f98d838167703d3dc2f6e3e5786fb9fc Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Wed, 24 Jun 2026 22:29:27 +0200 Subject: [PATCH] ci/cd: remove static next image tag --- .github/workflows/build-next.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-next.yml b/.github/workflows/build-next.yml index f59358bd..d91dea81 100644 --- a/.github/workflows/build-next.yml +++ b/.github/workflows/build-next.yml @@ -63,10 +63,6 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Set Short Git Commit SHA - id: vars - run: echo "sha_short=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" - - name: Run GoReleaser uses: goreleaser/goreleaser-action@v7 with: @@ -78,7 +74,6 @@ jobs: BUILD_NEXT: "true" SKIP_RELEASE: "true" SKIP_CHANGELOG: "true" - GORELEASER_CURRENT_TAG: next-static-${{ steps.vars.outputs.sha_short }} GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} MACOS_SIGN_P12: ${{ secrets.MACOS_SIGN_P12 }} MACOS_SIGN_PASSWORD: ${{ secrets.MACOS_SIGN_PASSWORD }}