Skip to content

Commit 240927a

Browse files
committed
Add registry
1 parent 824ea72 commit 240927a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Log in to Docker Hub
2323
uses: docker/login-action@v2
2424
with:
25+
registry: ${{ env.REGISTRY }}
2526
username: ${{ github.actor }}
2627
password: ${{ secrets.DOCKER_PASSWORD }}
2728

0 commit comments

Comments
 (0)