File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11
11
pull_request :
12
12
branches :
13
13
- ' main'
14
+ - ' ci/trivy-fails'
14
15
15
16
env :
16
17
DOCKER_USER : 1001:127
38
39
with :
39
40
docker-build-args : ' --target backend-production -f Dockerfile'
40
41
docker-image-name : ' docker.io/lasuite/impress-backend:${{ github.sha }}'
41
- continue-on-error : true
42
42
-
43
43
name : Build and push
44
44
uses : docker/build-push-action@v6
72
72
with :
73
73
docker-build-args : ' -f src/frontend/Dockerfile --target frontend-production'
74
74
docker-image-name : ' docker.io/lasuite/impress-frontend:${{ github.sha }}'
75
- continue-on-error : true
76
75
-
77
76
name : Build and push
78
77
uses : docker/build-push-action@v6
@@ -106,8 +105,7 @@ jobs:
106
105
uses : numerique-gouv/action-trivy-cache@main
107
106
with :
108
107
docker-build-args : ' -f src/frontend/servers/y-provider/Dockerfile --target y-provider'
109
- docker-image-name : ' docker.io/lasuite/impress-frontend:${{ github.sha }}'
110
- continue-on-error : true
108
+ docker-image-name : ' docker.io/lasuite/impress-y-provider:${{ github.sha }}'
111
109
-
112
110
name : Build and push
113
111
uses : docker/build-push-action@v6
You can’t perform that action at this time.
0 commit comments