Skip to content

Commit

Permalink
Fixes #340 - Rename rest to server
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Aug 21, 2024
1 parent 18c2a69 commit 05c9576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push to GHCR
run: |
cd rest
cd server
mvn -B -DskipTests=true --ntp -P docker install docker:build docker:push
macos:
runs-on: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push to GHCR
run: |
cd docker
cd server
mvn -B -DskipTests=true -P docker install docker:build docker:push

0 comments on commit 05c9576

Please sign in to comment.