fix(cicd): adds checkout step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 43s
This commit is contained in:
parent
6fdc2be4fc
commit
d6605d803a
@ -1,7 +1,7 @@
|
||||
FROM amacneil/dbmate:latest
|
||||
|
||||
WORKDIR /app/migrations
|
||||
WORKDIR /db/migrations
|
||||
|
||||
COPY db/migrations /app/migrations
|
||||
COPY db/migrations migrations
|
||||
|
||||
CMD ["--wait", "up"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user