Skip to content

Commit

Permalink
Add FlakeHub workflow and fix build badge URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Feb 8, 2024
1 parent d0ab982 commit a043ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Publish to FlakeHub"

on:
push:
tags:
Expand All @@ -9,6 +10,7 @@ on:
description: "The existing tag to publish to FlakeHub"
type: "string"
required: true

jobs:
flakehub-publish:
runs-on: "ubuntu-latest"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- nixos-unstable -->
<a href="https://github.com/nixos/nixpkgs"><img src="https://img.shields.io/badge/NixOS-unstable-informational.svg?style=flat&logo=nixos&logoColor=CAD3F5&colorA=24273A&colorB=8AADF4"></a>
<!-- build -->
<a href="https://github.com/YOUSIKI/nichijou/actions/workflows/build.yml"><img src="https://github.com/YOUSIKI/nichijou/actions/workflows/build.yml/badge.svg"></a>
<a href="https://github.com/YOUSIKI/nichijou/actions/workflows/build.yml"><img src="https://github.com/YOUSIKI/nichijou/actions/workflows/build.yaml/badge.svg"></a>
<!-- flakehub -->
<a href="https://flakehub.com/flake/YOUSIKI/nichijou"><img src="https://img.shields.io/endpoint?url=https://flakehub.com/f/YOUSIKI/nichijou/badge"></a>
</p>
Expand Down

0 comments on commit a043ce6

Please sign in to comment.