mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-10 00:37:53 +00:00
Merge branch 'main' into beautify
This commit is contained in:
commit
eff864a68d
4
.github/workflows/build_bench.yml
vendored
4
.github/workflows/build_bench.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- name: Build and test
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
targets: bench-test
|
||||
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Push
|
||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
targets: bench
|
||||
push: true
|
||||
|
Loading…
Reference in New Issue
Block a user