We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4063560 commit b86fa5eCopy full SHA for b86fa5e
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
echo "minor=${patch%.*}" >> $GITHUB_OUTPUT
95
echo "major=${patch%.*.*}" >> $GITHUB_OUTPUT
96
- name: Build and Push release
97
- uses: docker/build-push-action@v5.1.0
+ uses: docker/build-push-action@v5.2.0
98
if: github.event.release.prerelease == false
99
with:
100
context: .
@@ -108,7 +108,7 @@ jobs:
108
push: true
109
build-args: "PYTHON_MATTER_SERVER=${{ needs.build-and-publish-pypi.outputs.version }}"
110
- name: Build and Push pre-release
111
112
if: github.event.release.prerelease == true
113
114
0 commit comments