We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaebfd6 commit 7c3eef2Copy full SHA for 7c3eef2
.github/workflows/release.yml
@@ -29,6 +29,8 @@ jobs:
29
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
30
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }}
31
gpg-secret-key: ${{ secrets.GPG_SECRET_KEY }}
32
+ docker-username: ${{ secrets.DOCKER_USERNAME }}
33
+ docker-password: ${{ secrets.DOCKER_PASSWORD }}
34
docker-github-username: ${{ secrets.GIT_USER }}
35
docker-github-password: ${{ secrets.GIT_ACCESS_TOKEN }}
36
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments