run via compose

This commit is contained in:
2025-04-03 14:36:23 +03:00
parent 16590696eb
commit 449ead7302

View File

@@ -63,7 +63,7 @@ jobs:
env:
DOCKER_HOST: tcp://${{ inputs.host }}:2376
run: |
docker run --env-file=.env --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head
docker compose run --rm $CR_REPO alembic upgrade head
- name: Build
if: ${{ inputs.build == 'true' }}
env: