Skip to content

Commit ee857ce

Browse files
committed
chore(workflow): fix action path
1 parent 827b888 commit ee857ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- uses: actions/checkout@v6
2222
- uses: jdx/mise-action@v4
2323

24-
- uses: ./.github/actions/build-image
24+
- uses: ./.github/actions/publish-image
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)