add actions
This commit is contained in:
parent
b633c31dfd
commit
6187240e56
1 changed files with 2 additions and 1 deletions
3
.github/workflows/task-upload-docker-hub.yml
vendored
3
.github/workflows/task-upload-docker-hub.yml
vendored
|
@ -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 }}
|
Loading…
Add table
Reference in a new issue