Skip to content

Commit

Permalink
Bump ciux to v0.0.4-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 16, 2024
1 parent d565eab commit a1b12ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
private_registry_token:
required: true
env:
CIUX_VERSION: v0.0.4-rc2
CIUX_VERSION: v0.0.4-rc6
GHA_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
SUFFIX: ${{ inputs.suffix }}
CI_REPO: ${{ inputs.ci_repo }}
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
id: promote
run: |
. "$HOME/.ciux/ciux.sh"
echo "PROMOTED_IMAGE=$CIUX_IMAGE_REGISTRY/$CIUX_IMAGE_NAME:$FINK_BROKER_VERSION" >> "$GITHUB_OUTPUT"
echo "PROMOTED_IMAGE=$CIUX_PROMOTED_IMAGE_URL" >> "$GITHUB_OUTPUT"
echo "NEW_IMAGE=$CIUX_BUILD" >> "$GITHUB_OUTPUT"
image-analysis:
name: Analyze image
Expand Down

0 comments on commit a1b12ec

Please sign in to comment.