mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
✨ Introduce default_branch
This commit is contained in:
@@ -20,6 +20,9 @@ inputs:
|
||||
snapshot:
|
||||
description: 'Use snapshot to push an additional image'
|
||||
required: false
|
||||
default_branch:
|
||||
description: 'Set the default branch of your repository (default: master)'
|
||||
required: false
|
||||
dockerfile:
|
||||
description: 'Use dockerfile when you would like to explicitly build a Dockerfile'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user