From 6187240e569ced10f0f7e557037815c3757c0bbe Mon Sep 17 00:00:00 2001 From: Entwicklung Date: Tue, 28 Nov 2023 10:31:29 +0100 Subject: [PATCH] add actions --- .github/workflows/task-upload-docker-hub.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/task-upload-docker-hub.yml b/.github/workflows/task-upload-docker-hub.yml index 524402d..6e70e87 100644 --- a/.github/workflows/task-upload-docker-hub.yml +++ b/.github/workflows/task-upload-docker-hub.yml @@ -31,6 +31,7 @@ on: description: 'the version/tag of the Dockerfile image' required: true type: string + secrets: dockerhub_username: required: true @@ -67,4 +68,4 @@ jobs: context: ${{ inputs.directory }} file: ${{ inputs.dockerfile_path }} push: true - tags: ${{ inputs.reponame }}:${{ inputs.version }} + tags: ${{ inputs.version }} \ No newline at end of file