Skip to content

Commit

Permalink
fixup local action reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 26, 2024
1 parent 576cac1 commit 8f605d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
dockerFile: ${{ fromJson(needs.find-images.outputs.dockerFiles )}}
uses: .github/workflows/build-push
uses: ./.github/workflows/build-push
with:
dockerFile: "public/${{ matrix.dockerFile }}"
permissions:
Expand Down

0 comments on commit 8f605d1

Please sign in to comment.