Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamus1red authored Oct 5, 2020
1 parent 08e3530 commit 28d1f6e
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 @@ -38,7 +38,7 @@ jobs:
# Indicate if the builded image should be published on Docker HUB
publish: true # optional, default is false
# Platforms (comma separated) that should be used to build the image
platform: linux/amd64,linux/arm64,linux/arm/v7,linux/s390x,linux/ppc64le
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
# User that will publish the image, if indicated
dockerHubUser: ${{ secrets.DOCKER_USERNAME }} # optional
# Password of the dockerHubUser
Expand Down

0 comments on commit 28d1f6e

Please sign in to comment.