fix: 🐛 Corrige l'erreur Sentry : Current activity not found (#1718) #214
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 👓 Review Auto | |
on: | |
push: | |
branches: | |
- "feat-**" | |
- "fix-**" | |
- "feat/**" | |
- "fix/**" | |
- "develop" | |
concurrency: | |
cancel-in-progress: true | |
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }} | |
jobs: | |
register: | |
name: Build & Register Strapi | |
runs-on: ubuntu-latest | |
steps: | |
- name: Use autodevops build and register | |
uses: socialgouv/workflows/actions/build-image@v1 | |
with: | |
environment: dev | |
dockercontext: ./back/strapi | |
imagePackage: strapi | |
token: ${{ secrets.GITHUB_TOKEN }} | |
dockerfile: ./back/strapi/Dockerfile | |
kontinuous: | |
name: "Deploy on Kubernetes 🐳" | |
needs: [register] | |
uses: socialgouv/workflows/.github/workflows/use-ks-gh-review-auto.yaml@master | |
secrets: inherit |