Skip to content

Commit 5f38844

Browse files
committed
chore: use secrets/remove special chars from folder name
1 parent 18199cc commit 5f38844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

 .github/ workflows/docker-image.yml renamed to .github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
name: Login to DockerHub
2020
uses: docker/login-action@v1
2121
with:
22-
username: ${{ secrets.DOCKERHUB_USERNAME }}
23-
password: ${{ secrets.DOCKERHUB_TOKEN }}
22+
username: ${{ secrets.DOCKERHUB_USERNAME_NARAMSIM }}
23+
password: ${{ secrets.DOCKERHUB_TOKEN_NARAMSIM }}
2424
-
2525
name: Build and push
2626
id: docker_build

0 commit comments

Comments
 (0)