Skip to content

Commit cfc0133

Browse files
committed
chore: no cache
1 parent 687d63c commit cfc0133

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-containers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ jobs:
2626
# - name: Build RS VM Image (linux/amd64)
2727
# working-directory: ${{env.IMAGE_RS_VM_DIR}}
2828
# run: |
29-
# docker buildx build . --platform=linux/amd64
29+
# docker buildx build . --platform=linux/amd64 --no-cache
3030

3131
- name: Build RS VM Image (linux/arm64)
3232
working-directory: ${{env.IMAGE_RS_VM_DIR}}
3333
run: |
34-
docker buildx build . --platform=linux/arm64
34+
docker buildx build . --platform=linux/arm64 --no-cache
3535
3636
- name: Build AS VM Image (linux/amd64)
3737
working-directory: ${{env.IMAGE_AS_VM_DIR}}
3838
run: |
39-
docker buildx build . --platform=linux/amd64
39+
docker buildx build . --platform=linux/amd64 --no-cache
4040
4141
- name: Build AS VM Image (linux/arm64)
4242
working-directory: ${{env.IMAGE_AS_VM_DIR}}
4343
run: |
44-
docker buildx build . --platform=linux/arm64
44+
docker buildx build . --platform=linux/arm64 --no-cache

0 commit comments

Comments
 (0)