Skip to content

Commit 89db05f

Browse files
bert-eeg-ayoub
authored andcommitted
Merge branch 'improvement/login-to-dockerhub' into tmp/octopus/w/129.0/improvement/login-to-dockerhub
2 parents dbd8c34 + 644c876 commit 89db05f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
run: |-
3838
sudo rm -rf /usr/local/lib/android
3939
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 }}
4045
- name: Checkout
4146
uses: actions/checkout@v4
4247
with:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VERSION_MAJOR=129
22
VERSION_MINOR=0
33
VERSION_PATCH=0
4-
VERSION_SUFFIX=-dev
4+
VERSION_SUFFIX=-alpha.2

0 commit comments

Comments
 (0)