We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6464ef1 commit d4990eeCopy full SHA for d4990ee
.github/workflows/docker_action.yml
@@ -65,6 +65,7 @@ jobs:
65
cp target/release/actix-web-rest-api-with-jwt app/actix-web-rest-api-with-jwt
66
cp diesel.toml app/diesel.toml
67
cp Dockerfile.github-action app/Dockerfile
68
+ cp wait-for-it.sh app/wait-for-it.sh
69
cd app
70
touch .env
71
tar -czvf ../app.tar.gz .
0 commit comments