This commit is contained in:
Sergey Shorokhov 2024-10-17 16:57:45 +03:00
parent 30a0def2e0
commit 3e92005ed7

View File

@ -53,8 +53,8 @@ jobs:
- name: Build container - name: Build container
run: | run: |
docker build \ docker build \
--cache-from=type=local,src=/tmp/.buildx-cache \ --cache-from=type=gha,src=/tmp/.buildx-cache \
--cache-to=type=local,dest=/tmp/.buildx-cache-new,mode=max \ --cache-to=type=gha,dest=/tmp/.buildx-cache-new,mode=max \
-t $imageName . -t $imageName .
- name: Run test - name: Run test