chore(deps): bump docker/bake-action from 3.0.0 to 3.0.1

Bumps [docker/bake-action](https://github.com/docker/bake-action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-20 08:58:46 +00:00 committed by GitHub
parent 0b10891002
commit 074861cf47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build and test
uses: docker/bake-action@v3.0.0
uses: docker/bake-action@v3.0.1
with:
targets: bench-test
@ -45,7 +45,7 @@ jobs:
- name: Push
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
uses: docker/bake-action@v3.0.0
uses: docker/bake-action@v3.0.1
with:
targets: bench
push: true

View file

@ -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@v3.0.0
uses: docker/bake-action@v3.0.1
with:
push: true
env:
@ -71,6 +71,6 @@ jobs:
- name: Push
if: ${{ inputs.push }}
uses: docker/bake-action@v3.0.0
uses: docker/bake-action@v3.0.1
with:
push: true