We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d2060 commit f581c9dCopy full SHA for f581c9d
.github/workflows/release.yml
@@ -37,4 +37,6 @@ jobs:
37
with:
38
tags: fieldengineering/redis-kafka-connect:latest,fieldengineering/redis-kafka-connect:${{ github.event.inputs.version }}
39
secrets:
40
- github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
+ github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
41
+ docker-username: ${{ secrets.DOCKER_USERNAME }}
42
+ docker-password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments