Skip to content

Commit

Permalink
Merge branch 'improvement/login-to-dockerhub' into tmp/octopus/w/129.…
Browse files Browse the repository at this point in the history
…0/improvement/login-to-dockerhub
  • Loading branch information
bert-e authored and eg-ayoub committed Oct 29, 2024
2 parents dbd8c34 + 644c876 commit 89db05f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: |-
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_MAJOR=129
VERSION_MINOR=0
VERSION_PATCH=0
VERSION_SUFFIX=-dev
VERSION_SUFFIX=-alpha.2

0 comments on commit 89db05f

Please sign in to comment.