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:
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
|
||||
|
||||
Reference in New Issue
Block a user