Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit edfc428

Browse files
committed
Turn off caching
1 parent 085df2c commit edfc428

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/code.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@ jobs:
158158
load: ${{ ! (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) }}
159159
tags: ${{ steps.meta.outputs.tags }}
160160
context: .devcontainer
161-
cache-from: type=gha
162-
cache-to: type=gha,mode=max
161+
# If you have a long docker build, uncomment the following to turn on caching
162+
# For short build times this makes it a little slower
163+
#cache-from: type=gha
164+
#cache-to: type=gha,mode=max
163165

164166
- name: Test cli works in runtime image
165167
run: docker run ${{ env.IMAGE_REPOSITORY }} --version

0 commit comments

Comments
 (0)