Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 6.2.0 to 6.3.0 (#1553)
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v6.2.0...v6.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 25, 2025
1 parent 85acfce commit 23adfd3
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.2.0
uses: docker/bake-action@v6.3.0
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.2.0
uses: docker/bake-action@v6.3.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 @@ -63,7 +63,7 @@ jobs:
echo "NODE_VERSION=${{ inputs.node_version }}" >> "$GITHUB_ENV"
- name: Build
uses: docker/bake-action@v6.2.0
uses: docker/bake-action@v6.3.0
with:
source: .
push: true
Expand Down Expand Up @@ -92,6 +92,6 @@ jobs:

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

0 comments on commit 23adfd3

Please # to comment.