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

0 comments on commit aa85d9e

Please sign in to comment.