github-workflows/flakehub: try workaround for accepted version format
This commit is contained in:
parent
0fa7dd5ac7
commit
e298bde8c0
1 changed files with 5 additions and 1 deletions
|
|
@ -9,6 +9,10 @@ on:
|
||||||
description: "The existing tag to publish to FlakeHub"
|
description: "The existing tag to publish to FlakeHub"
|
||||||
type: "string"
|
type: "string"
|
||||||
required: true
|
required: true
|
||||||
|
version:
|
||||||
|
description: "The version to publish to FlakeHub"
|
||||||
|
type: "string"
|
||||||
|
required: true
|
||||||
jobs:
|
jobs:
|
||||||
flakehub-publish:
|
flakehub-publish:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
|
|
@ -24,4 +28,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
visibility: "unlisted"
|
visibility: "unlisted"
|
||||||
name: "mayflower/authentik-nix"
|
name: "mayflower/authentik-nix"
|
||||||
tag: "${{ inputs.tag }}"
|
tag: "${{ inputs.version }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue