Skip to content

Commit 7f22dc0

Browse files
authored
Merge pull request #8 from scalefocus/fix/cicd_yml_for_dockerhub_credentials_naming
CI/CD file changes, docker hub credentials name
2 parents d0128b3 + 5754287 commit 7f22dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Login to Docker Hub
4343
uses: docker/login-action@v3
4444
with:
45-
username: ${{ secrets.DOCKER_HUB_LOGIN }}
45+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4646
password: ${{ secrets.DOCKER_HUB_PASS }}
4747

4848
- name: "Push Docker image"

0 commit comments

Comments
 (0)