Skip to content

Commit 5c8bc4c

Browse files
fix: path to action
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 907114c commit 5c8bc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/temp-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build and Publish ${{ matrix.package }}
3131
id: build-and-publish
32-
uses: .github/actions/build-and-push-container-image
32+
uses: .github/actions/build-and-push-container-image/
3333
if: hashFiles(format('./src/{0}/Dockerfile', matrix.package))
3434
with:
3535
image: ${{ matrix.package }}

0 commit comments

Comments
 (0)