Skip to content

Commit 5e769b1

Browse files
committed
ci(publish): configures remote execution and cache
1 parent d11a72e commit 5e769b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v6
4444
- name: Upload templates
45-
run: bazel run //terraform/coder/${{ matrix.template }}:coder.publish
45+
run: bazel --bazelrc=bazel/bazelrc/remote-execution.bazelrc run //terraform/coder/${{ matrix.template }}:coder.publish
4646
image:
4747
needs: pre_job
4848
if: ${{ needs.pre_job.outputs.images == 'true' }}
@@ -54,4 +54,4 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v6
5656
- name: Push image
57-
run: bazel run //images/${{ matrix.image }}:image.push
57+
run: bazel --bazelrc=bazel/bazelrc/remote-execution.bazelrc run //images/${{ matrix.image }}:image.push

0 commit comments

Comments
 (0)