mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
feat: enforced image only pushed to dockerhub for manual release (#973)
This commit is contained in:
@@ -61,5 +61,5 @@ jobs:
|
||||
release_tag_prefix: ${{ inputs.release_tag_prefix }}
|
||||
run_test: true
|
||||
run_e2e_test: ${{ github.event_name == 'workflow_dispatch' || needs.filter-commit-changes.outputs.versions_env == 'true' }}
|
||||
push_image: ${{ github.event_name == 'workflow_dispatch' || needs.filter-commit-changes.outputs.versions_env == 'true' || needs.filter-commit-changes.outputs.linea_configs == 'true' }}
|
||||
push_image: ${{ github.event_name == 'workflow_dispatch' && (needs.filter-commit-changes.outputs.versions_env == 'true' || needs.filter-commit-changes.outputs.linea_configs == 'true') }}
|
||||
secrets: inherit
|
||||
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
uses: ./.github/actions/linea-besu-package/assemble
|
||||
with:
|
||||
release_tag_prefix: ${{ inputs.release_tag_prefix }}
|
||||
compile_release_notes: ${{ inputs.push_image }}
|
||||
compile_release_notes: true
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
Reference in New Issue
Block a user