diff --git a/.tekton/unidesk-host-pac.yaml b/.tekton/unidesk-host-pac.yaml index 3ec1fe05..fe8bcd36 100644 --- a/.tekton/unidesk-host-pac.yaml +++ b/.tekton/unidesk-host-pac.yaml @@ -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}}"