Skip to content

Commit 250deb9

Browse files
Bump docker/build-push-action from 5.1.0 to 5.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.1.0...v5.2.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 c3d9ed6 commit 250deb9

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
@@ -94,7 +94,7 @@ jobs:
9494
echo "minor=${patch%.*}" >> $GITHUB_OUTPUT
9595
echo "major=${patch%.*.*}" >> $GITHUB_OUTPUT
9696
- name: Build and Push release
97-
uses: docker/build-push-action@v5.1.0
97+
uses: docker/build-push-action@v5.2.0
9898
if: github.event.release.prerelease == false
9999
with:
100100
context: .
@@ -108,7 +108,7 @@ jobs:
108108
push: true
109109
build-args: "PYTHON_MATTER_SERVER=${{ needs.build-and-publish-pypi.outputs.version }}"
110110
- name: Build and Push pre-release
111-
uses: docker/build-push-action@v5.1.0
111+
uses: docker/build-push-action@v5.2.0
112112
if: github.event.release.prerelease == true
113113
with:
114114
context: .

0 commit comments

Comments
 (0)