Skip to content

Commit 29c049e

Browse files
Bump docker/build-push-action from 6.10.0 to 6.11.0 (#1028)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 078b6ed commit 29c049e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
echo "minor=${patch%.*}" >> $GITHUB_OUTPUT
9696
echo "major=${patch%.*.*}" >> $GITHUB_OUTPUT
9797
- name: Build and Push release
98-
uses: docker/build-push-action@v6.10.0
98+
uses: docker/build-push-action@v6.11.0
9999
if: github.event.release.prerelease == false
100100
with:
101101
context: .
@@ -109,7 +109,7 @@ jobs:
109109
push: true
110110
build-args: "PYTHON_MATTER_SERVER=${{ needs.build-and-publish-pypi.outputs.version }}"
111111
- name: Build and Push pre-release
112-
uses: docker/build-push-action@v6.10.0
112+
uses: docker/build-push-action@v6.11.0
113113
if: github.event.release.prerelease == true
114114
with:
115115
context: .

0 commit comments

Comments
 (0)