🚧 github: Push with tags

This commit is contained in:
Gerber, Mike 2023-02-09 17:54:44 +01:00
parent edc25ed890
commit e9df223d21
2 changed files with 21 additions and 2 deletions

View file

@ -7,6 +7,10 @@ on:
tags:
required: true
type: string
cache-from:
required: false
type: string
default:
secrets:
DOCKERHUB_USERNAME:
required: true
@ -42,3 +46,5 @@ jobs:
DRONE_COMMIT=${{ github.sha }}
tags: ${{ inputs.tags }}
push: true
cache-from: ${{ inputs.cache-from }}