From 95baf317f62314fafefc905df7cd19b8b1ee9577 Mon Sep 17 00:00:00 2001 From: "Luke Mallon (Nalum)" Date: Mon, 19 May 2025 08:12:40 +0100 Subject: [PATCH] fix: goreleaser issues --- .github/workflows/release.yaml | 2 +- .goreleaser.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4eb0095..ec0b5bd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,7 @@ jobs: # Setup tinygo - uses: acifani/setup-tinygo@v2 with: - tinygo-version: '0.33.0' + tinygo-version: '0.37.0' # Setup docker buildx - name: Set up QEMU diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 220065c..65df4c8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -38,9 +38,9 @@ dockers: - agent - bladectl image_templates: - - ghcr.io/github.com/uptime-industries/compute-blade-agent:latest - - ghcr.io/github.com/uptime-industries/compute-blade-agent:{{ .Tag }} - - ghcr.io/github.com/uptime-industries/compute-blade-agent:v{{ .Major }} + - ghcr.io/uptime-industries/compute-blade-agent:latest + - ghcr.io/uptime-industries/compute-blade-agent:{{ .Tag }} + - ghcr.io/uptime-industries/compute-blade-agent:v{{ .Major }} build_flag_templates: - "--label=org.opencontainers.image.created={{.Date}}" - "--label=org.opencontainers.image.title={{.ProjectName}}" @@ -79,7 +79,7 @@ nfpms: - id: compute-blade-agent maintainer: Matthias Riegler description: compute-blade Agent - homepage: https://github.com/github.com/uptime-industries/compute-blade-agent + homepage: https://github.com/uptime-industries/compute-blade-agent license: Apache 2.0 formats: - deb