Skip to content

Commit 5bf3f00

Browse files
committed
backup edge tag
1 parent 5c3bcb0 commit 5bf3f00

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

.github/workflows/delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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
@@ -82,5 +82,5 @@ jobs:
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 }}

docker-compose.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
version: "3.4"
22
services:
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

0 commit comments

Comments
 (0)