fix: use stable pac step working directory

This commit is contained in:
Codex
2026-07-10 04:09:25 +02:00
parent f99aad46a5
commit 9048f1e48f
+2 -2
View File
@@ -71,7 +71,7 @@ spec:
- name: image-build
image: 127.0.0.1:5000/hwlab/buildkit:rootless
imagePullPolicy: IfNotPresent
workingDir: /workspace/source
workingDir: /workspace
env:
- name: SOURCE_COMMIT
value: "{{revision}}"
@@ -94,7 +94,7 @@ spec:
- name: gitops-publish
image: 127.0.0.1:5000/hwlab/hwlab-ci-node-tools:node22-alpine-bun-v1
imagePullPolicy: IfNotPresent
workingDir: /workspace/source
workingDir: /workspace
env:
- name: SOURCE_COMMIT
value: "{{revision}}"