remove sqlx migrations volume
Publish SQLx container / publish (push) Successful in 24s Details

This commit is contained in:
Adrian Wannenmacher 2023-12-06 17:19:51 +01:00
parent 19ea466550
commit 850172831e
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
branches:
- "main"
paths:
- "sqlx/"
- "sqlx/**"
- ".github/workflows/sqlx.yml"
env:

View File

@ -11,4 +11,3 @@ FROM alpine
COPY --from=build /usr/local/cargo/bin/sqlx /usr/local/bin/sqlx
CMD sqlx migrate run --source /migrations
VOLUME /migrations