mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
explicit variable for multi arch build
This commit is contained in:
parent
71dd315ac4
commit
b6407f317c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_bench.yml
vendored
4
.github/workflows/build_bench.yml
vendored
|
|
@ -33,10 +33,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
uses: docker/bake-action@v1.7.0
|
uses: docker/bake-action@v1.7.0
|
||||||
env:
|
|
||||||
GITHUB_EVENT_NAME: ${{github.event_name}}
|
|
||||||
with:
|
with:
|
||||||
targets: bench-test
|
targets: bench-test
|
||||||
|
env:
|
||||||
|
MULTI_ARCH_BUILD: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
||||||
- name: Login
|
- name: Login
|
||||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue