Skip to content

Commit

Permalink
add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
h2Entwicklung committed Nov 28, 2023
1 parent b633c31 commit 6187240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/task-upload-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ on:
description: 'the version/tag of the Dockerfile image'
required: true
type: string

secrets:
dockerhub_username:
required: true
Expand Down Expand Up @@ -67,4 +68,4 @@ jobs:
context: ${{ inputs.directory }}
file: ${{ inputs.dockerfile_path }}
push: true
tags: ${{ inputs.reponame }}:${{ inputs.version }}
tags: ${{ inputs.version }}

0 comments on commit 6187240

Please sign in to comment.