Skip to content

Commit

Permalink
BI-5168: use *-rc.1 image for E2E tests on prerelease (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCPN authored Dec 29, 2023
1 parent 2668702 commit 32651ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
--set "${bake_target}.tags=${image_url_rc}"
${{ github.event.inputs.with_release == 'true' && '--set "${bake_target}.tags=${image_url_release}"' || '' }}
echo "image-version=${image_version}" >> $GITHUB_OUTPUT
echo "image-version=${image_version}-rc.1" >> $GITHUB_OUTPUT
release:
name: "Create prerelease"
Expand Down

0 comments on commit 32651ba

Please sign in to comment.