Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down