From 7ea7f253e8193807b8a7e546164c5e2dc7c036f8 Mon Sep 17 00:00:00 2001 From: Gianni Carafa Date: Fri, 3 Nov 2023 08:40:20 +0100 Subject: [PATCH] fix Buildjob --- .github/workflows/release-binaries.yaml | 2 +- .github/workflows/release-docker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-binaries.yaml b/.github/workflows/release-binaries.yaml index f13c7d8..d382448 100644 --- a/.github/workflows/release-binaries.yaml +++ b/.github/workflows/release-binaries.yaml @@ -22,7 +22,7 @@ jobs: - name: Set version run: | - echo -n $(git describe --tags --abbrev=0) > cmd/VERSION + echo -n $(git describe --tags --abbrev=0) > handlers/VERSION - name: Set up Go uses: actions/setup-go@v3 diff --git a/.github/workflows/release-docker.yaml b/.github/workflows/release-docker.yaml index b6aa747..816d359 100644 --- a/.github/workflows/release-docker.yaml +++ b/.github/workflows/release-docker.yaml @@ -42,7 +42,7 @@ jobs: - name: Set version id: version run: | - echo ${GITHUB_REF#refs/tags/v} > cmd/VERSION + echo ${GITHUB_REF#refs/tags/v} > handlers/VERSION # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer