Skip to content

Commit 0836d97

Browse files
committed
CI/CD: rebuild without cache
1 parent f0ace58 commit 0836d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
uses: actions/checkout@v3
2222
- uses: jpribyl/action-docker-layer-caching@v0.1.1
2323
with:
24-
key: ${{ matrix.shmem }}-1-{hash}
24+
key: ${{ matrix.shmem }}-2-{hash}
2525
restore-keys: |
26-
${{ matrix.shmem }}-1-
26+
${{ matrix.shmem }}-2-
2727
- name: Build Docker container
2828
run: docker build -t local docker/${{ matrix.shmem }}/
2929
- name: run shmem4py test-1

0 commit comments

Comments
 (0)