From 31b7d2bfa112b06fd8a0d48a15a4b28ccfb2e6d0 Mon Sep 17 00:00:00 2001 From: usbharu Date: Sun, 20 Apr 2025 16:59:38 +0900 Subject: [PATCH] release v0.1.1 --- .github/workflows/build-and-push.yaml | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index fd7bb38..70374db 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -30,6 +30,7 @@ jobs: with: images: git.usbharu.dev/usbharu/misskey-exporter tags: | + type=semver,pattern=v{{version}} type=raw,value=latest type=sha,prefix=,suffix=,format=short - name: build diff --git a/go.mod b/go.mod index 5bd99b1..9ea6229 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/usbharu/misskey-exporter +module git.usbharu.dev/usbharu/misskey-exporter go 1.23.0