diff --git a/.github/workflows/deploy_to_ghcr_custom_tag.yaml b/.github/workflows/deploy_to_ghcr_custom_tag.yaml index 5ae4d10..c53f613 100644 --- a/.github/workflows/deploy_to_ghcr_custom_tag.yaml +++ b/.github/workflows/deploy_to_ghcr_custom_tag.yaml @@ -5,7 +5,7 @@ on: workflow_dispatch: inputs: tag: - 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"' required: true default: 'my-tag'