Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Oct 17, 2024
1 parent 30a0def commit 3e92005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Build container
run: |
docker build \
--cache-from=type=local,src=/tmp/.buildx-cache \
--cache-to=type=local,dest=/tmp/.buildx-cache-new,mode=max \
--cache-from=type=gha,src=/tmp/.buildx-cache \
--cache-to=type=gha,dest=/tmp/.buildx-cache-new,mode=max \
-t $imageName .
- name: Run test
Expand Down

0 comments on commit 3e92005

Please sign in to comment.