Skip to content

Commit

Permalink
chore: make sure to use version instead of effective version
Browse files Browse the repository at this point in the history
otherwise the components in the CTF will still be flagged as dev if used from the release flow
  • Loading branch information
jakobmoellerdev committed Nov 22, 2024
1 parent f80584b commit 3813f0a
Show file tree
Hide file tree
Showing 8 changed files with 196 additions and 233 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
workflow_call:
inputs:
effective-version:
version:
type: string
required: false
description: "The version to use for the build"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
PATH=$PATH:$(go env GOPATH)/bin \
CTF_TYPE=${{ env.CTF_TYPE }} \
EFFECTIVE_VERSION=${{ inputs.effective-version }} \
VERSION=${{ inputs.version }} \
PLATFORMS="${{ env.PLATFORMS }}" \
IMAGE_PLATFORMS="${{ env.IMAGE_PLATFORMS }}" \
make \
Expand Down
Loading

0 comments on commit 3813f0a

Please sign in to comment.