From 88eafda55dc35cf19432911b38d970483a3e4f83 Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Tue, 7 May 2024 17:43:36 +0300 Subject: [PATCH] Update project name to match the container that will be built --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8e4014e..b115cbb 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,14 +1,14 @@ # This is an example .goreleaser.yml file with some sensible defaults. # Make sure to check the documentation at https://goreleaser.com -project_name: cloud-init-server +project_name: cloud-init before: hooks: # You may remove this if you don't use go modules. - go mod tidy builds: - - id: cloud-init-server + - id: cloud-init main: ./cmd/cloud-init-server binary: cloud-init-server goos: