Skip to content

Commit

Permalink
Merge pull request #1544 from frappe/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/bake-action-6.0.0

chore(deps): bump docker/bake-action from 5.11.0 to 6.0.0
  • Loading branch information
revant authored Jan 11, 2025
2 parents 92ce36d + 3d84e9b commit 1832877
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.11.0
uses: docker/bake-action@v6.0.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.11.0
uses: docker/bake-action@v6.0.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@v5.11.0
uses: docker/bake-action@v6.0.0
with:
push: true
env:
Expand Down Expand Up @@ -91,6 +91,6 @@ jobs:

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

0 comments on commit 1832877

Please sign in to comment.