mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
revert to older version of bake
This commit is contained in:
parent
bf05a18394
commit
b2fe39b942
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-build-push.yml
vendored
4
.github/workflows/docker-build-push.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}
|
||||
|
||||
- name: Build
|
||||
uses: docker/bake-action@v1.7.0
|
||||
uses: docker/bake-action@v1.6.0
|
||||
with:
|
||||
push: true
|
||||
env:
|
||||
|
|
@ -80,6 +80,6 @@ jobs:
|
|||
|
||||
- name: Push
|
||||
if: ${{ inputs.push }}
|
||||
uses: docker/bake-action@v1.7.0
|
||||
uses: docker/bake-action@v1.6.0
|
||||
with:
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue