Skip to content

Commit

Permalink
Added publishing multiarch Docker images [#138]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Sep 15, 2023
1 parent 610abfc commit 931b941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
workdir: ./docker
tags: "latest,1.5.0-1"
platforms: linux/amd64,linux/arm64
tag_semver: true

0 comments on commit 931b941

Please sign in to comment.