From 4ed2734915f0f8c84ccc8c7d0fac4a3bc2a8a022 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 6 Jan 2025 21:13:43 +0000 Subject: [PATCH] Fix container image versions --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 556262cc..97e73f32 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,6 +62,9 @@ jobs: id: version run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT + - name: Put version into package manifests + run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }} + - name: Extract metadata for container id: meta uses: docker/metadata-action@v4 @@ -109,9 +112,6 @@ jobs: id: version run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT - - name: Put version into package manifests - run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }} - - name: Create deploy bundle run: templates/generate-all deploy.zip ${{ steps.version.outputs.VERSION }}