We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56d7039 + 7a1fd88 commit 7ee5ec9Copy full SHA for 7ee5ec9
1 file changed
.github/workflows/release-docker.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Login to Docker Hub
42
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
43
with:
44
- username: ${{ secrets.DOCKER_USERNAME }}
45
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ vars.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
46
47
- name: Docker metadata
48
id: meta
0 commit comments