Update build.yaml to include Gitea upload URL
All checks were successful
Actions Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m54s

This commit is contained in:
Alex Borisov 2024-01-29 20:34:24 +03:00
parent bb04cbe38c
commit 1e4d1e5143

View File

@ -27,9 +27,7 @@ jobs:
docker build -t sd_telegram .
- name: Export Docker image to tar.gz
run: |
docker save sd_telegram | gzip > sd_telegram.tar.gz
- name: Upload Docker image to Gitea
run: |
docker save sd_telegram | gzip > sd_telegram.tar.gz ${{ secrets.gitea_upload_url }}
- name: Upload Docker image to Gitea
run: |
package_name=$(basename ${{ github.repository }})