mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-17 06:03:07 -04:00
ci: explicitly build s3proxy container image tag before referencing (#2806)
Otherwise, the file might not exist.
This commit is contained in:
parent
7d778d1b5b
commit
d3b951300d
4
.github/actions/e2e_s3proxy/action.yml
vendored
4
.github/actions/e2e_s3proxy/action.yml
vendored
@ -46,7 +46,9 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
bazel run //bazel/release:s3proxy_push
|
||||
echo s3proxyImage=$(cat ./bazel-bin/bazel/release/s3proxy_tag.txt) | tee -a "$GITHUB_OUTPUT"
|
||||
bazel build //bazel/release:s3proxy_tag.txt
|
||||
tagpath=$(bazel cquery --output=files //bazel/release:s3proxy_tag.txt)
|
||||
echo s3proxyImage=$(cat "${tagpath}") | tee -a "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Setup s3proxy
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user