mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-27 12:36:51 +03:00
Add flakehub integration (#371)
This commit is contained in:
parent
7809d36971
commit
6513bc64ee
16
.github/workflows/flakehub-publish-tagged.yml
vendored
Normal file
16
.github/workflows/flakehub-publish-tagged.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: "ubuntu-latest"
|
||||
permissions:
|
||||
id-token: "write"
|
||||
contents: "read"
|
||||
steps:
|
||||
- uses: "actions/checkout@v3"
|
||||
- uses: "DeterminateSystems/nix-installer-action@main"
|
||||
- uses: "DeterminateSystems/flakehub-push@main"
|
||||
with:
|
||||
visibility: "public"
|
Loading…
Reference in New Issue
Block a user