We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d639e7c commit 12d3466Copy full SHA for 12d3466
1 file changed
.github/workflows/release-image.yml
@@ -33,20 +33,5 @@ jobs:
33
with:
34
context: .
35
file: ./Dockerfile
36
- push: false
37
- tags: ${{ env.TAGS }}
38
-
39
- - name: Scan image for vulnerabilities
40
- uses: aquasecurity/trivy-action@0.29.0
41
- with:
42
- image-ref: ${{ env.TAGS }}
43
- format: 'table'
44
- exit-code: '1'
45
- severity: 'CRITICAL,HIGH'
46
47
- - name: Push image
48
- uses: docker/build-push-action@v5
49
50
- context: .
51
push: true
52
tags: ${{ env.TAGS }}
0 commit comments