Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289432 committed Mar 12, 2024
2 parents 2d42d8d + 2eea1b7 commit 433b934
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- run: npm --prefix webapp install
- run: npm --prefix webapp run build
# - run: npm --prefix webapp run test:e2e
- run: npm --prefix questionservice install
- run: npm --prefix questionservice run build
docker-push-webapp:
name: Push webapp Docker Image to GitHub Packages
runs-on: ubuntu-latest
Expand All @@ -52,7 +54,7 @@ jobs:
workdir: webapp
buildargs: API_URI, REACT_APP_FIREBASE_KEY
docker-push-questionservice:
name: Push auth service Docker Image to GitHub Packages
name: Push questionservice Docker Image to GitHub Packages
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 433b934

Please sign in to comment.