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 aa85d9e commit fc1dbeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-matrix-invite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Publish to dockerhub
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: linagora/twake-matrix-invite
name: linagora/tom-server
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
workdir: "${{ github.workspace }}/packages/matrix-invite/"
workdir: "${{ github.workspace }}"
context: .
buildoptions: "-t linagora/twake-matrix-invite" -f Dockerfile
buildoptions: "-t linagora/tom-server -f Dockerfile"
tags: "latest"

0 comments on commit fc1dbeb

Please sign in to comment.