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.
2 parents 2fc8ec4 + 77a362e commit 4cb36eaCopy full SHA for 4cb36ea
.github/workflows/PUSH-MASTER.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Docker Hub Description
68
uses: peter-evans/dockerhub-description@v4
69
with:
70
- username: ${{ vars.DOCKERHUB_USERNAME }}
71
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ vars.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_TOKEN }}
72
repository: ${{ vars.DOCKER_ORG_NAME }}/${{ github.event.repository.name }}
73
short-description: ${{ github.event.repository.description }}
0 commit comments