Skip to content

Commit

Permalink
remove aws
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 11, 2023
1 parent 4b89644 commit 486e9a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
tags: |
aquasec/trivy:canary
ghcr.io/aquasecurity/trivy:canary
public.ecr.aws/aquasecurity/trivy:canary
- name: Cache Trivy binaries
uses: actions/cache@v3.3.1
Expand Down
6 changes: 0 additions & 6 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,6 @@ docker_manifests:
- 'ghcr.io/dmitriylewen/trivy:{{ .Version }}-arm64'
- 'ghcr.io/dmitriylewen/trivy:{{ .Version }}-s390x'
- 'ghcr.io/dmitriylewen/trivy:{{ .Version }}-ppc64le'
- name_template: 'public.ecr.aws/dmitriylewen/trivy:latest'
image_templates:
- 'public.ecr.aws/dmitriylewen/trivy:{{ .Version }}-amd64'
- 'public.ecr.aws/dmitriylewen/trivy:{{ .Version }}-arm64'
- 'public.ecr.aws/dmitriylewen/trivy:{{ .Version }}-s390x'
- 'public.ecr.aws/dmitriylewen/trivy:{{ .Version }}-ppc64le'

signs:
- cmd: cosign
Expand Down

0 comments on commit 486e9a8

Please sign in to comment.