Skip to content

Commit 747159c

Browse files
authored
Merge pull request #3862 from element-hq/dependabot/github_actions/docker/bake-action-6.3.0
build(deps): bump docker/bake-action from 6.2.0 to 6.3.0
2 parents d400fa1 + 110a16a commit 747159c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
# For pull-requests, only read from the cache, do not try to push to the
205205
# cache or the image itself
206206
- name: Build
207-
uses: docker/bake-action@v6.2.0
207+
uses: docker/bake-action@v6.3.0
208208
if: github.event_name == 'pull_request'
209209
with:
210210
files: |
@@ -217,7 +217,7 @@ jobs:
217217
218218
- name: Build and push
219219
id: bake
220-
uses: docker/bake-action@v6.2.0
220+
uses: docker/bake-action@v6.3.0
221221
if: github.event_name != 'pull_request'
222222
with:
223223
files: |

0 commit comments

Comments
 (0)