mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
ternary workaround
This commit is contained in:
parent
fdf0d15a0e
commit
718a90a76a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_bench.yml
vendored
2
.github/workflows/build_bench.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
targets: bench-test
|
||||
set: "*.platform=${{ github.event_name != 'pull_request' ? \"['linux/amd64','linux/arm64']\" : \"['linux/amd64']\" }}"
|
||||
set: "*.platform=${{ github.event_name != 'pull_request' && 'linux/amd64,linux/arm64' || 'linux/amd64' }}"
|
||||
|
||||
- name: Login
|
||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue