fix: Revert JOB_CONTAINER extraction now that zombies are cleared
Build Institutional Trader / build-and-deploy (push) Failing after 21s Details

This commit is contained in:
Deep Koluguri 2026-06-27 14:21:16 -04:00
parent 9b2420ed8d
commit 189d33e65e
1 changed files with 1 additions and 1 deletions

View File

@ -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 \