Compare commits

...

2 Commits

Author SHA1 Message Date
InsanusMokrassar cda1afa50e
Update docker-publish.yml 2023-12-14 15:28:20 +06:00
InsanusMokrassar a3d42e0a07
Update autoupdate.sh 2023-12-14 15:23:24 +06:00
2 changed files with 3 additions and 1 deletions

View File

@ -17,5 +17,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Update version
run: ./autoupdate.sh
- name: Deploy
run: ./deploy

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ -z "$1" ]; then
newVersion="2.246.1"
newVersion="2.426.2"
else
newVersion="$1"
fi