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
run: |
docker build \
--cache-from=type=gha,src=/tmp/.buildx-cache \
--cache-to=type=gha,dest=/tmp/.buildx-cache-new,mode=max \
--cache-from=type=gha \
--cache-to=type=gha,mode=max \
-t $imageName .
- name: Run test
if: false
env:
demo: ${{ matrix.test.file }}
desc: ${{ matrix.test.desc }}