Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 5.8.0 to 5.9.0 (#1478)
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5.8.0...v5.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent f4fd057 commit 41dd3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: echo "LATEST_BENCH_RELEASE=$(curl -s 'https://api.github.com/repos/frappe/bench/releases/latest' | jq -r '.tag_name')" >> "$GITHUB_ENV"

- name: Build and test
uses: docker/bake-action@v5.8.0
uses: docker/bake-action@v5.9.0
with:
targets: bench-test

Expand All @@ -51,7 +51,7 @@ jobs:

- name: Push
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
uses: docker/bake-action@v5.8.0
uses: docker/bake-action@v5.9.0
with:
targets: bench
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "NODE_VERSION=${{ inputs.node_version }}" >> "$GITHUB_ENV"
- name: Build
uses: docker/bake-action@v5.8.0
uses: docker/bake-action@v5.9.0
with:
push: true
env:
Expand Down Expand Up @@ -84,6 +84,6 @@ jobs:

- name: Push
if: ${{ inputs.push }}
uses: docker/bake-action@v5.8.0
uses: docker/bake-action@v5.9.0
with:
push: true

0 comments on commit 41dd3fb

Please sign in to comment.