fix: Revert JOB_CONTAINER extraction now that zombies are cleared
Build Institutional Trader / build-and-deploy (push) Failing after 21s
Details
Build Institutional Trader / build-and-deploy (push) Failing after 21s
Details
This commit is contained in:
parent
9b2420ed8d
commit
189d33e65e
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
- name: Build and push (Kaniko)
|
||||
run: |
|
||||
JOB_CONTAINER=$(hostname)
|
||||
JOB_CONTAINER=$(docker ps --format '{{.Names}}' | grep 'GITEA-ACTIONS-TASK' | head -1)
|
||||
docker run --rm \
|
||||
--volumes-from "$JOB_CONTAINER" \
|
||||
gcr.io/kaniko-project/executor:latest \
|
||||
|
|
|
|||
Loading…
Reference in New Issue