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