Update Docker image upload URL
All checks were successful
Actions Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m53s

This commit is contained in:
Alex Borisov 2024-01-29 20:46:25 +03:00
parent 39e5270d6f
commit bcf390e7bc

View File

@ -34,4 +34,4 @@ jobs:
commit_date=$(git log -1 --format=%cd --date=format:'%Y%m%d%H%M%S')
- name: Upload Docker image to soaska.ru
run: |
curl --user ${{ secrets.username }}:${{ secrets.password }} --upload-file "file=@sd_telegram.tar.gz" https://soaska.ru/packages/${{ package_name }}/versions/${{ commit_date }}/sd_telegram.tar.gz
curl --user ${{ secrets.username }}:${{ secrets.password }} --upload-file "file=@sd_telegram.tar.gz" https://soaska.ru/api/packages/${{ secrets.username }}/generic/${{ package_name }}/${{ commit_date }}/sd_telegram.tar.gz