Skip to content

Commit

Permalink
fix release pipeline (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredfrancis authored Jan 19, 2025
1 parent fab8213 commit a5f881a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/relase-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 2 additions & 9 deletions .github/workflows/relase-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit a5f881a

Please sign in to comment.