mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 03:26:08 -04:00
ci: print image in find-image action
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
582615dfb3
commit
caed4ff287
2 changed files with 2 additions and 7 deletions
|
@ -34,4 +34,5 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
image=$(./find-image.sh --ref "${ref}" --stream "${stream}")
|
image=$(./find-image.sh --ref "${ref}" --stream "${stream}")
|
||||||
echo "image=${image}" >> "${GITHUB_OUTPUT}"
|
echo "image=${image}" >> "${GITHUB_OUTPUT}"
|
||||||
|
echo "Found image '${image}'."
|
||||||
working-directory: hack/api
|
working-directory: hack/api
|
||||||
|
|
8
.github/workflows/e2e-test-manual.yml
vendored
8
.github/workflows/e2e-test-manual.yml
vendored
|
@ -89,16 +89,10 @@ jobs:
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Checkout head
|
- name: Checkout
|
||||||
if: inputs.git-ref == 'head'
|
|
||||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
|
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
|
||||||
with:
|
with:
|
||||||
ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }}
|
ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }}
|
||||||
- name: Checkout ref
|
|
||||||
if: inputs.git-ref != 'head'
|
|
||||||
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
|
|
||||||
with:
|
|
||||||
ref: ${{ inputs.git-ref }}
|
|
||||||
|
|
||||||
- name: Find latest image
|
- name: Find latest image
|
||||||
id: find-latest-image
|
id: find-latest-image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue