Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Sep 30, 2021
1 parent 6c0aec8 commit 2311309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./${{ matrix.TIKA_TYPE }}/Dockerfile
platforms: linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
build-args: |
TIKA_VERSION=${{ matrix.TIKA_VERSION }}
Expand Down

0 comments on commit 2311309

Please sign in to comment.