Skip to content

Commit

Permalink
Update official-release-to-docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons committed Mar 20, 2023
1 parent 276f7f5 commit 668b9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/official-release-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
build-args: |
NEW_INSTALLATION_ENDPOINT=${{ secrets.NEW_INSTALLATION_ENDPOINT }}
NEW_HEARTBEAT_ENDPOINT=${{ secrets.NEW_HEARTBEAT_ENDPOINT }}
APP_VERSION=${{ steps.prep.output.version }}
APP_VERSION=${{ steps.prep.outputs.version }}
push: true
# platforms: linux/386,linux/amd64, linux/arm64, linux/arm/7
platforms: linux/386,linux/amd64, linux/arm64
Expand Down

0 comments on commit 668b9c1

Please sign in to comment.