Skip to content

Commit 75f410a

Browse files
fix Docker CI
1 parent 4e4a316 commit 75f410a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:
18-
working-directory: ./docker-compose
18+
working-directory: docker-compose
1919
steps:
2020
- id: checkout
2121
name: Checkout sources
2222
uses: actions/checkout@v4
2323
with:
2424
sparse-checkout: |
2525
.github
26-
k8s
26+
docker-compose
2727
#- name: Install buildx
2828
# uses: docker/setup-buildx-action@v3
2929
# with:

0 commit comments

Comments
 (0)