This commit is contained in:
Sergey Shorokhov 2024-10-17 17:01:53 +03:00
parent 3e92005ed7
commit 5a01bb182f

View File

@ -53,11 +53,12 @@ jobs:
- name: Build container - name: Build container
run: | run: |
docker build \ docker build \
--cache-from=type=gha,src=/tmp/.buildx-cache \ --cache-from=type=gha \
--cache-to=type=gha,dest=/tmp/.buildx-cache-new,mode=max \ --cache-to=type=gha,mode=max \
-t $imageName . -t $imageName .
- name: Run test - name: Run test
if: false
env: env:
demo: ${{ matrix.test.file }} demo: ${{ matrix.test.file }}
desc: ${{ matrix.test.desc }} desc: ${{ matrix.test.desc }}