mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
update docker/bake-action to latest version
This commit is contained in:
parent
296d26e2ad
commit
68d17bba44
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
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}
|
||||
|
||||
- name: Build
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
push: true
|
||||
env:
|
||||
|
|
@ -74,6 +74,6 @@ jobs:
|
|||
|
||||
- name: Push
|
||||
if: ${{ inputs.push }}
|
||||
uses: docker/bake-action@v1.6.0
|
||||
uses: docker/bake-action@v1.7.0
|
||||
with:
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue