Skip to content

Commit 5452570

Browse files
Bump docker/build-push-action from 6.14.0 to 6.15.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.14.0...v6.15.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3de7416 commit 5452570

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.14.0
98+
uses: docker/build-push-action@v6.15.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.14.0
112+
uses: docker/build-push-action@v6.15.0
113113
if: github.event.release.prerelease == true
114114
with:
115115
context: .

0 commit comments

Comments
 (0)