Skip to content

Commit 941ec1d

Browse files
Bump docker/build-push-action from 6.16.0 to 6.17.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.17.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.16.0...v6.17.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f15e17a commit 941ec1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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.16.0
98+
uses: docker/build-push-action@v6.17.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.16.0
112+
uses: docker/build-push-action@v6.17.0
113113
if: github.event.release.prerelease == true
114114
with:
115115
context: .

0 commit comments

Comments
 (0)