We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7504c commit 0c9fe7dCopy full SHA for 0c9fe7d
.github/workflows/call-docker-build.yaml
@@ -26,7 +26,7 @@ jobs:
26
name: Call Docker Build
27
28
# 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
+ uses: conradwt/docker-build-workflow/blob/main/.github/workflows/reusable-docker-build-native.yaml@main
30
31
# set permissions here to be equal or greater than what's required in the Reusable Workflow
32
# Permisions set here for the GITHUB_TOKEN are then passed to the Reusable Workflow
0 commit comments