Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Jun 1, 2023
1 parent 6d1b4de commit 28d4fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 28d4fe7

Please sign in to comment.