Skip to content

Commit

Permalink
Merge pull request #30 from nfdi4health/scai
Browse files Browse the repository at this point in the history
Scai
  • Loading branch information
tiadams authored Dec 6, 2023
2 parents ae677c1 + 0b178aa commit 5062f4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image CI

on:
push:
branches: ["main"]
branches: ["scai"]
pull_request:
branches: ["main"]
branches: ["scai"]

jobs:

Expand Down Expand Up @@ -43,14 +43,14 @@ jobs:
context: ./frontend
file: ./frontend/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/frontend:latest, ghcr.io/${{ github.repository }}/frontend:${{ steps.versions.outputs.FRONTEND_VERSION }}
tags: ghcr.io/${{ github.repository }}/frontend:latest-scai, ghcr.io/${{ github.repository }}/frontend:${{ steps.versions.outputs.FRONTEND_VERSION }}-scai
- name: Build & push backend
uses: docker/build-push-action@v2
with:
context: ./backend
file: ./backend/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/backend:latest, ghcr.io/${{ github.repository }}/backend:${{ steps.versions.outputs.BACKEND_VERSION }}
tags: ghcr.io/${{ github.repository }}/backend:latest-scai, ghcr.io/${{ github.repository }}/backend:${{ steps.versions.outputs.BACKEND_VERSION }}-scai



2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REACT_APP_API_BASE_URL=http://localhost:8000
REACT_APP_API_BASE_URL=https://api.syndat.scai.fraunhofer.de

0 comments on commit 5062f4d

Please sign in to comment.