We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36db2b7 commit 0913374Copy full SHA for 0913374
1 file changed
.github/workflows/build_and_publish.yml
@@ -73,6 +73,7 @@ jobs:
73
--network=web \
74
--env DB_DSN=${{ secrets.DB_DSN }} \
75
--name ${{ env.CONTAITER_NAME }}_migration \
76
+ --env STATIC_PATH=/app/static \
77
--workdir="/" \
78
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test \
79
alembic upgrade head
@@ -119,6 +120,7 @@ jobs:
119
120
121
122
123
124
125
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \
126
0 commit comments