This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
fix(deps): update @socialgouv data packages #355
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 | |
on: | |
push: | |
branches: | |
- "**" | |
- "!master" | |
- "!main" | |
- "!feat/**" | |
- "!fix/**" | |
concurrency: | |
cancel-in-progress: true | |
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }} | |
jobs: | |
build-app: | |
name: Build & Register app | |
runs-on: ubuntu-latest | |
steps: | |
- name: Use autodevops build and register | |
uses: socialgouv/workflows/actions/build-image@v1 | |
with: | |
imagePackage: app | |
token: ${{ secrets.GITHUB_TOKEN }} | |
kontinuous: | |
name: "Deploy on Kubernetes 🐳" | |
needs: [build-app] | |
uses: socialgouv/workflows/.github/workflows/use-ks-gh-review.yaml@v1 | |
secrets: inherit |