Skip to content

Commit 1e79b12

Browse files
committed
Fixed CI cache.
1 parent 8f85663 commit 1e79b12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
target: test
3737
tags: ${{ env.IMAGE }}:test
3838
cache-from: ${{ env.CACHE_FROM }}
39-
cache-to: ${{ env.CACHE_TO }}
4039
- name: Build app
4140
uses: docker/build-push-action@v6
4241
with:
@@ -45,7 +44,6 @@ jobs:
4544
COMMIT=${{ github.sha }}
4645
context: .
4746
cache-from: ${{ env.CACHE_FROM }}
48-
cache-to: ${{ env.CACHE_TO }}
4947
- name: Run test
5048
run: |
5149
docker run --rm ${{ env.IMAGE }}:test

0 commit comments

Comments
 (0)