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 Jan 26, 2024
1 parent 0e64964 commit f42e76a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ jobs:
- name: Push image to local registry
id: push
run: |
# FIXME make it simpler
if image=$(ciux get image --check $PWD $SUFFIX_OPT)
then
echo "IMAGE=$image" >> "$GITHUB_OUTPUT"
else
. "$CIUXCONFIG"
. ./conf.sh
docker push $IMAGE
echo "IMAGE=$IMAGE" >> "$GITHUB_OUTPUT"
fi
integration-tests:
name: Run integration tests
runs-on: [self-hosted, v3]
Expand Down

0 comments on commit f42e76a

Please sign in to comment.