Skip to content

Commit 3a7583f

Browse files
authored
Update task-docker.yml
1 parent 50c5ffe commit 3a7583f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/task-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish Docker Image
33
on:
44
workflow_call:
55
inputs:
6-
reponame:
7-
description: 'the image name of the docker hub image'
6+
registry:
7+
description: 'Login Registry'
88
required: true
99
type: string
1010
directory:
@@ -42,7 +42,7 @@ jobs:
4242
- name: Log in to Docker Registry
4343
uses: docker/login-action@v3
4444
with:
45-
registry: git.h2-invent.com
45+
registry: ${{ inputs.registry }}
4646
username: ${{ secrets.docker_username }}
4747
password: ${{ secrets.docker_password }}
4848

0 commit comments

Comments
 (0)