mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-02 20:18:25 +00:00
chore(deps): bump docker/bake-action from 1.6.0 to 1.7.0 (#665)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3ba01027de
commit
66fca59f74
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:
|
||||
files: docker-bake.hcl
|
||||
targets: bench-test
|
||||
@ -39,7 +39,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
|
||||
files: docker-bake.hcl
|
||||
|
8
.github/workflows/build_develop.yml
vendored
8
.github/workflows/build_develop.yml
vendored
@ -48,14 +48,14 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build Frappe
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-develop-test
|
||||
load: true
|
||||
|
||||
- name: Push Frappe to local registry
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-develop-test-local
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
run: ./tests/test-frappe.sh
|
||||
|
||||
- name: Build ERPNext
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: erpnext-develop-test
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
- name: Push
|
||||
if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-develop,erpnext-develop
|
||||
|
10
.github/workflows/build_stable.yml
vendored
10
.github/workflows/build_stable.yml
vendored
@ -69,14 +69,14 @@ jobs:
|
||||
VERSION: ${{ matrix.version }}
|
||||
|
||||
- name: Build Frappe
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-stable-test
|
||||
load: true
|
||||
|
||||
- name: Push Frappe to local registry
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-stable-test-local
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
run: ./tests/test-frappe.sh
|
||||
|
||||
- name: Build ERPNext
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: erpnext-stable-test
|
||||
@ -99,7 +99,7 @@ jobs:
|
||||
|
||||
- name: Push Frappe
|
||||
if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-stable
|
||||
@ -109,7 +109,7 @@ jobs:
|
||||
|
||||
- name: Push ERPNext
|
||||
if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: erpnext-stable
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
if: github.event_name != 'schedule'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: frappe-develop,frappe-stable
|
||||
|
Loading…
x
Reference in New Issue
Block a user