Skip to content

Commit

Permalink
fix: update build_args in dispatch-choice.yml to remove default versi…
Browse files Browse the repository at this point in the history
…on (#35)
  • Loading branch information
funnyzak authored Feb 9, 2025
1 parent 974d644 commit 1e8d399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-choice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
build_context: './Docker/nginx'
docker_image_name: nginx
docker_tags: ${{ github.event.inputs.docker_tags }}
build_args: ${{ github.event.inputs.build_args || 'VERSION=1.27.3' }}
build_args: ${{ github.event.inputs.build_args }}
build_platforms: ${{ github.event.inputs.build_platforms || 'linux/arm64,linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8' }}
secrets: inherit

Expand Down

0 comments on commit 1e8d399

Please sign in to comment.