Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 14, 2024
1 parent 902cb09 commit 398a0f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,13 @@ jobs:
path: artifacts
- name: Load container image inside kind
run: |
. "$CIUXCONFIG"
if [ -f artifacts/image.tar ]; then
echo "Loading image from archive"
kind load image-archive artifacts/image.tar
docker exec -- kind-control-plane crictl image
else
echo "Using existing image"
echo "Using existing image: $CIUX_IMAGE_URL"
fi
- name: Run fink-alert-simulator
run: |
Expand Down

0 comments on commit 398a0f3

Please sign in to comment.