Skip to content

Commit 4cb36ea

Browse files
Merge pull request #128 from devops-infra/bugfix/docker
Fix Docker variables names
2 parents 2fc8ec4 + 77a362e commit 4cb36ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PUSH-MASTER.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Docker Hub Description
6868
uses: peter-evans/dockerhub-description@v4
6969
with:
70-
username: ${{ vars.DOCKERHUB_USERNAME }}
71-
password: ${{ secrets.DOCKERHUB_TOKEN }}
70+
username: ${{ vars.DOCKER_USERNAME }}
71+
password: ${{ secrets.DOCKER_TOKEN }}
7272
repository: ${{ vars.DOCKER_ORG_NAME }}/${{ github.event.repository.name }}
7373
short-description: ${{ github.event.repository.description }}

0 commit comments

Comments
 (0)