Skip to content

Commit

Permalink
🐳Publish docker image for federation server
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Jan 31, 2024
1 parent 29e73cf commit 7ac3004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-tom-federation-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: linagora/tom-federation-server
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
workdir: "${{ github.workspace }}/packages/federation-server/"
workdir: "${{ github.workspace }}"
context: .
buildoptions: "-t linagora/tom-federation-server -f Dockerfile"
buildoptions: "-t linagora/tom-federation-server -f packages/federation-server/Dockerfile"
tags: "latest"

0 comments on commit 7ac3004

Please sign in to comment.