Update curl command in build.yaml
All checks were successful
Actions Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m56s

This commit is contained in:
Alex Borisov 2024-01-29 20:57:54 +03:00
parent fb6a939733
commit 692f3e3bcf

View File

@ -37,4 +37,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 sd_telegram.tar.gz https://soaska.ru/api/packages/${{ secrets.username }}/generic/${{ package_name }}/${{ commit_date }}/sd_telegram.tar.gz
curl -v --user ${{ secrets.username }}:${{ secrets.password }} --upload-file sd_telegram.tar.gz https://soaska.ru/api/packages/${{ secrets.username }}/generic/${{ package_name }}/${{ commit_date }}/sd_telegram.tar.gz