Skip to content

Commit

Permalink
Ajout branche github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin PILIA committed Nov 13, 2024
1 parent 4f426d5 commit 24971e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- main_without_pro_connect

env:
IMAGE_NAME: ghcr.io/${{ github.repository }}/franceservices-backend
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
context: ./api
file: ./api/Dockerfile
push: true
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }},${{ env.IMAGE_NAME }}:latest
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }},${{ env.IMAGE_NAME }}:${{github.ref_name}}-latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"sqlalchemy-utils==0.41.2",
"uvicorn==0.30.1",
"lz4==4.3.3",
"pyalbert==0.7.7",
"pyalbert==0.7.4",
"itsdangerous==2.2.0",
"redis==5.1.1",
"authlib==1.3.2",
Expand Down

0 comments on commit 24971e3

Please sign in to comment.