This commit is contained in:
2025-04-03 14:44:09 +03:00
parent 449ead7302
commit b8c50bdcc9

View File

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