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

This commit is contained in:
sergey 2024-09-26 22:18:42 +03:00
parent ec810eb332
commit c9fd5b447a
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ jobs:
docker build -t home-tg-bot:latest .
- name: push curent version
run: |
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:0.0.1
docker tag home-tg-bot:latest git.sm8255082.ru/sergey/home-tg-bot:0.0.3
docker push git.sm8255082.ru/sergey/home-tg-bot:0.0.3
- name: push latest
run: |
docker tag home-tg-bot:latest git.sm8255082.ru/sergey/home-tg-bot:latest