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.
2 parents dbd8c34 + 644c876 commit 89db05fCopy full SHA for 89db05f
.github/workflows/build.yaml
@@ -37,6 +37,11 @@ jobs:
37
run: |-
38
sudo rm -rf /usr/local/lib/android
39
sudo rm -rf /usr/share/dotnet
40
+ - name: Login to Docker Hub
41
+ uses: docker/login-action@v2
42
+ with:
43
+ username: ${{ secrets.DOCKERHUB_LOGIN }}
44
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
45
- name: Checkout
46
uses: actions/checkout@v4
47
with:
VERSION
@@ -1,4 +1,4 @@
1
VERSION_MAJOR=129
2
VERSION_MINOR=0
3
VERSION_PATCH=0
4
-VERSION_SUFFIX=-dev
+VERSION_SUFFIX=-alpha.2
0 commit comments