ci: force docker build on github workflows

Need to find a way to pull docker image and push Prisma migrations without reinstalling all packages
This commit is contained in:
Sonny
2023-11-20 01:06:45 +01:00
parent 208093dec4
commit 23844a5c00
2 changed files with 7 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ DOCKER_USERNAME="Your docker username"
DOCKER_PASSWORD="Your docker password"
SSH_HOST="Your SSH host"
SSH_PORT="Your SSH port" # use port 22 if you are using the default value
SSH_USERNAME="Your SSH username"
SSH_USERNAME="Your SSH username" # private key
SSH_KEY="Your SSH key" # see below
```