From 92ebb002874a68c5621b309fd930a0077776f76b Mon Sep 17 00:00:00 2001 From: Shadow Date: Sat, 21 Dec 2024 01:13:49 -0600 Subject: [PATCH] use proper folder name --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0614caf..d3c2eb3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: - name: Get list of Dockerfiles id: dockerfiles run: | - echo "files=$(find . -type f -name "*.Dockerfile" | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT + echo "files=$(find ./images -type f -name "*.Dockerfile" | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -48,4 +48,4 @@ jobs: . echo "Built and pushed ghcr.io/buape/dockyard-${name}" - done \ No newline at end of file + done