Skip to content

Commit 0c9fe7d

Browse files
authored
Migrate to the reuseable native workflow. (#284)
1 parent ec7504c commit 0c9fe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Call Docker Build
2727

2828
# FIXME: fork this repo and update this path to YOUR reusable workflow location
29-
uses: conradwt/docker-build-workflow/.github/workflows/reusable-docker-build.yaml@main
29+
uses: conradwt/docker-build-workflow/blob/main/.github/workflows/reusable-docker-build-native.yaml@main
3030

3131
# set permissions here to be equal or greater than what's required in the Reusable Workflow
3232
# Permisions set here for the GITHUB_TOKEN are then passed to the Reusable Workflow

0 commit comments

Comments
 (0)