From 8c1b8690048ac7f7d643450254a8befe7d87c775 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Mon, 3 Nov 2025 13:31:05 +0100 Subject: [PATCH] Ready for 1.1.3-rc.2 and migrating on nextjs 16 --- .github/workflows/release.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7793d05..9e501b0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,10 +23,6 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - name: Set up .env for Docker build - run: | - cp .env.example .env - - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 @@ -52,22 +48,3 @@ jobs: push: true tags: ${{ steps.set-tags.outputs.tags }} target: prod - -# Do not delete -# - name: Build and push Docker image -# id: push -# uses: docker/build-push-action@v6 -# with: -# context: . -# file: ./docker/dockerfile/Dockerfile -# push: true -# tags: ${{ steps.meta.outputs.tags }} -# labels: ${{ steps.meta.outputs.labels }} -# target: prod - -# - name: Generate artifact attestation -# uses: actions/attest-build-provenance@v2 -# with: -# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} -# subject-digest: ${{ steps.push.outputs.digest }} -# push-to-registry: true \ No newline at end of file