We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15e17a commit 941ec1dCopy full SHA for 941ec1d
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
echo "minor=${patch%.*}" >> $GITHUB_OUTPUT
96
echo "major=${patch%.*.*}" >> $GITHUB_OUTPUT
97
- name: Build and Push release
98
- uses: docker/build-push-action@v6.16.0
+ uses: docker/build-push-action@v6.17.0
99
if: github.event.release.prerelease == false
100
with:
101
context: .
@@ -109,7 +109,7 @@ jobs:
109
push: true
110
build-args: "PYTHON_MATTER_SERVER=${{ needs.build-and-publish-pypi.outputs.version }}"
111
- name: Build and Push pre-release
112
113
if: github.event.release.prerelease == true
114
115
0 commit comments