Skip to content

Commit

Permalink
fix: try and find the image refs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielg2020 committed May 16, 2024
1 parent dff2fde commit eff0b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ jobs:
# format: "table"
# output: "trivy-results.txt"

- run: docker images --format "{{.Repository}}:{{.Tag}}"

- name: Untag existing latest image in ECR
if: ${{ inputs.push }}
run: |
Expand All @@ -122,6 +120,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- run: docker images --format "{{.Repository}}:{{.Tag}}"

- name: Setup Notation CLI
if: ${{ inputs.push }}
uses: notaryproject/notation-action/setup@v1
Expand Down

0 comments on commit eff0b68

Please sign in to comment.