Skip to content

Commit

Permalink
ci: try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Jun 19, 2024
1 parent 69bcafe commit cf23f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Find directories with Dockerfile
id: set-matrix
run: |
DOCKER_DIRS=$(find . -name Dockerfile -printf '%h\n' | jq -R -s -c 'split("\n")[:-1]')
DOCKER_DIRS=$(find . -name Dockerfile -printf '%h\n' | sed 's|^./||' | jq -R -s -c 'split("\n")[:-1]')
echo "::set-output name=matrix::${DOCKER_DIRS}"
build:
needs: generate-matrix
Expand Down

0 comments on commit cf23f72

Please sign in to comment.