Skip to content

Commit

Permalink
Fix Docker build plan
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 13, 2024
1 parent 5ed0f2b commit 4b2d747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: "Create build plan"
runs-on: ubuntu-latest
outputs:
docker-distributions: ${{ steps.plan.outputs.docker_distributions }}
docker-distributions: ${{ steps.plan_docker.outputs.docker_distributions }}
native-distributions: ${{ steps.plan.outputs.native_distributions }}
version: ${{ steps.version.outputs.version }}
steps:
Expand Down

0 comments on commit 4b2d747

Please sign in to comment.