add actions

This commit is contained in:
Entwicklung 2023-11-28 10:31:29 +01:00
parent b633c31dfd
commit 6187240e56

View file

@ -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 }}