From 28d4fe762b360882aa8d046fa792e81ea6e2a3d7 Mon Sep 17 00:00:00 2001 From: ldeluigi <44567586+ldeluigi@users.noreply.github.com> Date: Thu, 1 Jun 2023 14:56:16 +0200 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73a97fa7..6e133675 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: env: SECRET_KEY: ci_build_secret_key outputs: - version: ${{ steps.semver.outputs.version-without-v }} + version: ${{ steps.semver.outputs.version }} should-release: ${{ steps.semver.outputs.should-release }} is-prerelease: ${{ steps.semver.outputs.is-github-prerelease }} steps: @@ -50,7 +50,7 @@ jobs: context: backend tags: spellbook-backend:latest target: production - build-args: VERSION=${{ steps.semver.outputs.version-without-v }} + build-args: VERSION=${{ steps.semver.outputs.version }} outputs: type=docker,dest=/tmp/spellbook-backend.tar - name: Upload image artifact 📦 uses: actions/upload-artifact@v3