We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4f2b4 commit ff18d0eCopy full SHA for ff18d0e
.github/workflows/deploy_to_ghcr_custom_tag.yaml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
inputs:
7
tag:
8
- description: 'git tag to be used as tag for the Docker image e.g. "custom-tag"'
+ description: 'existing git tag to be used as tag for the Docker image e.g. "custom-tag"'
9
required: true
10
default: 'my-tag'
11
0 commit comments