Skip to content

Commit

Permalink
Fix backup server build
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Oct 18, 2024
1 parent ca22896 commit bc27183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backupserver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
dotnet-version: 8.0.x
- name: Build
run: dotnet build
working-directory: ./LiftLog.BackupServer
working-directory: ./examples/remote-backup/reference-server-implementation/LiftLog.BackupServer
2 changes: 1 addition & 1 deletion .github/workflows/backupserver-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
run: dotnet publish --os linux --arch x64 /t:PublishContainer -c Release
working-directory: LiftLog.BackupServer
working-directory: ./examples/remote-backup/reference-server-implementation/LiftLog.BackupServer
- name: Tag image
run: docker tag liftlog-backupserver:latest ghcr.io/liammorrow/liftlog:backupserver
- name: Push image
Expand Down

0 comments on commit bc27183

Please sign in to comment.