diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7baf4aec..29fd2a44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,3 +103,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IS_RELEASE: false + GORELEASER_EXTRA_FLAGS: "--skip=validate" diff --git a/Makefile b/Makefile index a37c2592..43c1a575 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,7 @@ build-image: $(GORELEASER) ## Build the container image .PHONY: build-image-push build-image-push: $(GORELEASER) ## Build and push the container image - ${GORELEASER} release --clean --verbose + ${GORELEASER} release --clean --verbose ${GORELEASER_EXTRA_FLAGS} ## -------------------------------------- ## Manifest Image Update