Skip to content

Commit f3b035b

Browse files
fix: docker login
1 parent e763a6a commit f3b035b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sconify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Login to Docker Hub
6868
uses: docker/login-action@v3
6969
with:
70-
registry: registry.scontain.com
70+
registry: ${{ inputs.docker-registry }}
7171
username: ${{ secrets.docker-username }}
7272
password: ${{ secrets.docker-password }}
7373

0 commit comments

Comments
 (0)