Skip to content

Commit 92ebb00

Browse files
use proper folder name
1 parent 9174852 commit 92ebb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Get list of Dockerfiles
2828
id: dockerfiles
2929
run: |
30-
echo "files=$(find . -type f -name "*.Dockerfile" | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
30+
echo "files=$(find ./images -type f -name "*.Dockerfile" | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
3131
3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v3
@@ -48,4 +48,4 @@ jobs:
4848
.
4949
5050
echo "Built and pushed ghcr.io/buape/dockyard-${name}"
51-
done
51+
done

0 commit comments

Comments
 (0)