We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2002b38 commit b5fbdb1Copy full SHA for b5fbdb1
1 file changed
.github/workflows/build_and_publish.yml
@@ -71,6 +71,7 @@ jobs:
71
--network=web \
72
--env DB_DSN=${{ secrets.DB_DSN }} \
73
--name ${{ env.CONTAITER_NAME }}_migration \
74
+ --workdir="/" \
75
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test \
76
alembic upgrade head
77
@@ -115,6 +116,7 @@ jobs:
115
116
117
118
119
120
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \
121
122
0 commit comments