Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 6.0.0 to 6.1.1 (#1548)
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.0.0 to 6.1.1.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v6.0.0...v6.1.1)

---
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 Jan 15, 2025
1 parent ee3b772 commit 3d56465
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@v6.0.0
uses: docker/bake-action@v6.1.1
with:
source: .
targets: bench-test
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Push
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
uses: docker/bake-action@v6.0.0
uses: docker/bake-action@v6.1.1
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 @@ -63,7 +63,7 @@ jobs:
echo "NODE_VERSION=${{ inputs.node_version }}" >> "$GITHUB_ENV"
- name: Build
uses: docker/bake-action@v6.0.0
uses: docker/bake-action@v6.1.1
with:
source: .
push: true
Expand Down Expand Up @@ -92,6 +92,6 @@ jobs:

- name: Push
if: ${{ inputs.push }}
uses: docker/bake-action@v6.0.0
uses: docker/bake-action@v6.1.1
with:
push: true

0 comments on commit 3d56465

Please sign in to comment.