We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11a72e commit 5e769b1Copy full SHA for 5e769b1
.github/workflows/publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
steps:
43
- uses: actions/checkout@v6
44
- name: Upload templates
45
- run: bazel run //terraform/coder/${{ matrix.template }}:coder.publish
+ run: bazel --bazelrc=bazel/bazelrc/remote-execution.bazelrc run //terraform/coder/${{ matrix.template }}:coder.publish
46
image:
47
needs: pre_job
48
if: ${{ needs.pre_job.outputs.images == 'true' }}
@@ -54,4 +54,4 @@ jobs:
54
55
56
- name: Push image
57
- run: bazel run //images/${{ matrix.image }}:image.push
+ run: bazel --bazelrc=bazel/bazelrc/remote-execution.bazelrc run //images/${{ matrix.image }}:image.push
0 commit comments