Skip to content

Commit

Permalink
ci: ?
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Jun 12, 2024
1 parent 807065d commit d3f6aae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
context: .
push: true
target: backend
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-backend:latest
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:backend

build-and-push-frontend:
runs-on: ubuntu-latest
Expand All @@ -58,4 +58,4 @@ jobs:
context: .
push: true
target: frontend
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-frontend:latest
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:frontend
4 changes: 2 additions & 2 deletions ci/docker-compose.development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ volumes:

services:
frontend:
image: ghcr.io/betagouv/compte-rendu-vif-development-frontend:latest
image: ghcr.io/betagouv/compte-rendu-vif-development:frontend
restart: always
depends_on:
- electric

backend:
image: ghcr.io/betagouv/compte-rendu-vif-development-backend:latest
image: ghcr.io/betagouv/compte-rendu-vif-development:backend
restart: always
depends_on:
- electric
Expand Down

0 comments on commit d3f6aae

Please sign in to comment.