Skip to content

Commit

Permalink
Send the path, not the image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 26, 2024
1 parent 751fd22 commit 04aad43
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 @@ -54,7 +54,7 @@ jobs:
dockerFile: ${{ fromJson(needs.find-images.outputs.dockerFiles )}}
uses: ./.github/workflows/build-push.yml
with:
dockerFile: "public/${{ matrix.dockerFile }}"
dockerFile: ${{ matrix.dockerFile }}
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 04aad43

Please sign in to comment.