File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 cache-to : type=gha,mode=max
6161
6262 - name : Scan Image
63- uses : anchore/scan-action@v3
63+ uses : anchore/scan-action@v4
6464 id : scan
6565 with :
6666 image : local/postguard-backend:scan
8282 context : .
8383 file : backend.Dockerfile
8484 push : true
85- tags : ${{ steps.meta.outputs.tags }}
85+ tags : ${{ steps.meta.outputs.tags || 'edge' }}
8686 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 11version : " 3.4"
22services :
3- build-backend :
4- image : rust:1.69
5- volumes :
6- - " ./cryptify-back-end/:/app"
7- working_dir : /app
8- environment :
9- ROCKET_PROFILE : production
10- command : " cargo build --release"
11-
123 build-frontend :
134 image : node:17
145 volumes :
@@ -35,10 +26,6 @@ services:
3526 volumes :
3627 - " ./cryptify-back-end/:/app"
3728 - " ./conf/config.toml/:/app/config.toml:ro"
38- working_dir : /app
39- environment :
40- ROCKET_CONFIG : " config.toml"
41- command : " bash -c 'mkdir -p /tmp/data && ./target/release/cryptify-backend'"
4229
4330 nginx :
4431 image : nginx:1.18
You can’t perform that action at this time.
0 commit comments