Skip to content

Commit

Permalink
fix: add action command
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiSviridov committed Dec 6, 2023
1 parent 7e20e30 commit 82de461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
CI: "" # disable eslint
run: |
./gradlew jib \
./gradlew :cli:jib \
-Djib.to.auth.username=${{ github.actor }} \
-Djib.to.auth.password=${{ github.token }} \
-Djib.from.platforms=linux/amd64,linux/arm64

0 comments on commit 82de461

Please sign in to comment.