fix: Kaniko mounting wrong workspace due to race condition
Build Institutional Trader / build-and-deploy (push) Failing after 16s Details

This commit is contained in:
Deep Koluguri 2026-06-25 23:14:58 -04:00
parent ab1e3f28f6
commit 9b2420ed8d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Build and push (Kaniko)
run: |
JOB_CONTAINER=$(docker ps --format '{{.Names}}' | grep 'GITEA-ACTIONS-TASK' | head -1)
JOB_CONTAINER=$(hostname)
docker run --rm \
--volumes-from "$JOB_CONTAINER" \
gcr.io/kaniko-project/executor:latest \