diff --git a/.github/workflows/call-docker-build.yaml b/.github/workflows/call-docker-build.yaml index 8f137b2..c1a8f32 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/blob/main/.github/workflows/reusable-docker-build-native.yaml@main + uses: conradwt/docker-build-workflow/.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