Skip to content

Commit

Permalink
chore: add docker creds for release
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar committed Oct 11, 2022
1 parent aef8da4 commit 561119c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
JRELEASER_GPG_PASSPHRASE: ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
JRELEASER_DOCKER_DEFAULT_PASSWORD: ${{ secrets.JRELEASER_DOCKER_DEFAULT_PASSWORD }}
JRELEASER_VERSION: 1.2.0
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 561119c

Please sign in to comment.