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'
|
description: 'the version/tag of the Dockerfile image'
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
dockerhub_username:
|
dockerhub_username:
|
||||||
required: true
|
required: true
|
||||||
|
@ -67,4 +68,4 @@ jobs:
|
||||||
context: ${{ inputs.directory }}
|
context: ${{ inputs.directory }}
|
||||||
file: ${{ inputs.dockerfile_path }}
|
file: ${{ inputs.dockerfile_path }}
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ inputs.reponame }}:${{ inputs.version }}
|
tags: ${{ inputs.version }}
|
Loading…
Add table
Reference in a new issue