test actions
test python / Python ${{ matrix.python-version }} sample (pypy3) (push) Successful in 3s Details
test python / Python ${{ matrix.python-version }} sample (3.12) (push) Successful in 4s Details

This commit is contained in:
sergey 2024-09-26 22:12:55 +03:00
parent ccb711d726
commit 37a844a44f
1 changed files with 4 additions and 1 deletions

View File

@ -17,5 +17,8 @@ jobs:
TGBOT_CONFIG__ZBX__URL: ${{ secrets.TGBOT_CONFIG__ZBX__URL }}
run: |
docker login git.sm8255082.ru --username sergey --password ${{ secrets.GSP }}
docker build -t git.sm8255082.ru/sergey/home-tg-bot:0.0.1 .
docker build -t home-tg-bot:latest .
docker tag home-tg-bot:latest git.sm8255082.ru/sergey/home-tg-bot:latest
docker tag home-tg-bot:latest git.sm8255082.ru/sergey/home-tg-bot:0.0.1
docker push git.sm8255082.ru/sergey/home-tg-bot:latest
docker push git.sm8255082.ru/sergey/home-tg-bot:0.0.1