ci: set RUSTFLAGS in Dockerfile instead of bake (#21790)

This commit is contained in:
Alexey Shekhirin
2026-02-04 11:40:32 +00:00
committed by GitHub
parent 4ae60f3302
commit 819d6b6e02
3 changed files with 45 additions and 43 deletions

View File

@@ -100,7 +100,5 @@ jobs:
targets: ${{ steps.params.outputs.targets }}
push: ${{ !(github.event_name == 'workflow_dispatch' && inputs.dry_run) }}
set: |
ethereum-amd64.tags=${{ steps.params.outputs.ethereum_tags }}
ethereum-arm64.tags=${{ steps.params.outputs.ethereum_tags }}
optimism-amd64.tags=${{ steps.params.outputs.optimism_tags }}
optimism-arm64.tags=${{ steps.params.outputs.optimism_tags }}
ethereum.tags=${{ steps.params.outputs.ethereum_tags }}
optimism.tags=${{ steps.params.outputs.optimism_tags }}