mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: use latest ver of versionsapi cli container
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
0ba2c1c2bd
commit
53bc875e59
2
.github/actions/versionsapi/action.yml
vendored
2
.github/actions/versionsapi/action.yml
vendored
@ -52,7 +52,7 @@ runs:
|
||||
- name: Get versionsapi binary
|
||||
shell: bash
|
||||
run: |
|
||||
containerID=$(docker create "ghcr.io/edgelesssys/constellation/versionsapi-ci-cli:feat-ci-delete-img-main")
|
||||
containerID=$(docker create "ghcr.io/edgelesssys/constellation/versionsapi-ci-cli:latest")
|
||||
docker cp ${containerID}:/versionsapi .
|
||||
|
||||
- name: Run versionsapi
|
||||
|
Loading…
Reference in New Issue
Block a user