mirror of
https://github.com/rehlds/testdemos.git
synced 2025-03-03 17:15:31 +03:00
dd
This commit is contained in:
parent
3e92005ed7
commit
5a01bb182f
5
.github/workflows/Build.yml
vendored
5
.github/workflows/Build.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user