From 444c53f46847fc51bc3871d43cc3b93b0f33d9d6 Mon Sep 17 00:00:00 2001 From: Conrad Taylor Date: Thu, 6 Nov 2025 00:21:16 -0800 Subject: [PATCH] Migrate to the reuseable native workflow. --- .github/workflows/call-docker-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-docker-build.yaml b/.github/workflows/call-docker-build.yaml index d7e67ed..8f137b2 100644 --- a/.github/workflows/call-docker-build.yaml +++ b/.github/workflows/call-docker-build.yaml @@ -26,7 +26,7 @@ jobs: name: Call Docker Build # FIXME: fork this repo and update this path to YOUR reusable workflow location - uses: conradwt/docker-build-workflow/.github/workflows/reusable-docker-build.yaml@main + uses: conradwt/docker-build-workflow/blob/main/.github/workflows/reusable-docker-build-native.yaml@main # set permissions here to be equal or greater than what's required in the Reusable Workflow # Permisions set here for the GITHUB_TOKEN are then passed to the Reusable Workflow