Skip to content

Commit

Permalink
build docker image for both amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Mar 17, 2023
1 parent 793af4a commit 9f0b92e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ jobs:
push: true
tags: papermerge/papermerge:${{ inputs.VERSION }}-headless
file: docker/prod/Dockerfile
platforms: linux/arm64,linux/amd64
- name: Build latest-headless
uses: docker/build-push-action@v3
with:
push: true
tags: papermerge/papermerge:latest-headless
file: docker/prod/Dockerfile
platforms: linux/arm64,linux/amd64
if: ${{ inputs.IS_LATEST == 'true' }}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
Expand Down

0 comments on commit 9f0b92e

Please sign in to comment.