Skip to content

Commit

Permalink
Add latest on tag (#276)
Browse files Browse the repository at this point in the history
* Add latest on tag

* Empty

* Fix

* Fix lint
  • Loading branch information
antares-sw authored Jan 23, 2024
1 parent c97f611 commit 3989059
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Docker

on: [ push ]
on: [push]

jobs:
docker:
Expand All @@ -16,7 +16,7 @@ jobs:
images: |
europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator
flavor: |
latest=false
latest=auto
tags: |
type=ref,event=branch
type=ref,event=tag
Expand Down Expand Up @@ -50,9 +50,9 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:sha-${{ steps.commit-hash.outputs.short }}'
format: 'table'
exit-code: '1'
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
image-ref: "europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:sha-${{ steps.commit-hash.outputs.short }}"
format: "table"
exit-code: "1"
vuln-type: "os,library"
severity: "CRITICAL,HIGH"
ignore-unfixed: true

0 comments on commit 3989059

Please sign in to comment.