Skip to content

Commit 1f8131c

Browse files
chore(deps): Update docker/build-push-action action to v6.18.0 (main) (#9435)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | minor | `v6.17.0` -> `v6.18.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>docker/build-push-action (docker/build-push-action)</summary> ### [`v6.18.0`](https://redirect.github.com/docker/build-push-action/releases/tag/v6.18.0) [Compare Source](https://redirect.github.com/docker/build-push-action/compare/v6.17.0...v6.18.0) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.61.0 to 0.62.1 in [https://github.com/docker/build-push-action/pull/1381](https://redirect.github.com/docker/build-push-action/pull/1381) > \[!NOTE] > [Build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) is now supported with [Docker Build Cloud](https://docs.docker.com/build-cloud/). **Full Changelog**: docker/build-push-action@v6.17.0...v6.18.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hypermodeinc/dgraph). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2314f84 commit 1f8131c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-dgraph-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
password: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Build and push Docker image
25-
uses: docker/build-push-action@v6.17.0
25+
uses: docker/build-push-action@v6.18.0
2626
with:
2727
push: true
2828
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)