Skip to content

Commit

Permalink
testing 05
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 21, 2024
1 parent 33f59d5 commit 96d134d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
run: |
# following sub-shells running make target should have yq already installed
make yq
- name: testing url
run: |
url=`make bundle-operator-image-url`
echo url=$url >> $GITHUB_OUTPUT
- name: testing tag
run: |
tag=`make bundle-operator-image-tag`
echo tag=$tag >> $GITHUB_OUTPUT
- name: Read operator image reference from the manifest bundle
id: operator-image
run: |
Expand Down

0 comments on commit 96d134d

Please sign in to comment.