Skip to content

Commit bb2ff91

Browse files
Bump docker/build-push-action from 6.18.0 to 6.19.1 (#1326)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ba5a7d commit bb2ff91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)