Skip to content

Commit 3cbb113

Browse files
bug fixed (#61)
1 parent 56bebc8 commit 3cbb113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Log in to Docker Hub
1111
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
1212
with:
13-
username: ${{ secrets.cl }}
13+
username: ${{ secrets.DOCKER_HUB_USER }}
1414
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
1515

1616
- name: Extract metadata (tags, labels) for Docker

0 commit comments

Comments
 (0)