Skip to content

Commit

Permalink
use proper folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Dec 21, 2024
1 parent 9174852 commit 92ebb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -48,4 +48,4 @@ jobs:
.
echo "Built and pushed ghcr.io/buape/dockyard-${name}"
done
done

0 comments on commit 92ebb00

Please sign in to comment.