Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Oct 9, 2024
1 parent e12f2db commit 9d64c2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VITE_API_BASE_HOST = 'http://localhost:8080/api'
SKIP_PREFLIGHT_CHECK=true
VITE_API_MODE=server
VITE_API_BASE_HOST=
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ jobs:
push: true
file: Dockerfile
tags: inseefr/bauhaus:${{ env.VERSION }}
build-args: |
VITE_CONCEPTS_DOCUMENTATION=http://google.fr
VITE_OPERATIONS_DOCUMENTATION=https://emmanueldemey.dev
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
file: Dockerfile
tags: inseefr/bauhaus-ssm:${{ env.VERSION }}
tags: inseefr/bauhaus:${{ env.VERSION }}-ssm
build-args: |
VITE_CONCEPTS_DOCUMENTATION=http://google.fr
VITE_OPERATIONS_DOCUMENTATION=https://emmanueldemey.dev

0 comments on commit 9d64c2a

Please sign in to comment.