From a5f881aca9fc113811d1844f550bd89ad633a19e Mon Sep 17 00:00:00 2001 From: Alfred Francis Date: Mon, 20 Jan 2025 02:36:00 +0530 Subject: [PATCH] fix release pipeline (#174) --- .github/workflows/relase-backend.yml | 7 ------- .github/workflows/relase-frontend.yml | 11 ++--------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/relase-backend.yml b/.github/workflows/relase-backend.yml index 8b10222c..8f8bd073 100644 --- a/.github/workflows/relase-backend.yml +++ b/.github/workflows/relase-backend.yml @@ -41,10 +41,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 - with: - subject-name: ${{ secrets.DOCKER_HUB_USERNAME }}/ai-chatbot-framework_backend - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true diff --git a/.github/workflows/relase-frontend.yml b/.github/workflows/relase-frontend.yml index f054be63..6c3463fb 100644 --- a/.github/workflows/relase-frontend.yml +++ b/.github/workflows/relase-frontend.yml @@ -36,15 +36,8 @@ jobs: id: push uses: docker/build-push-action@v6 with: - context: . + context: frontend file: ./frontend/Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 - with: - subject-name: ${{ secrets.DOCKER_HUB_USERNAME }}/ai-chatbot-framework_frontend - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file