Skip to content

Commit

Permalink
ci: remove needless command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelomansur committed Jul 20, 2021
1 parent 3d15fb8 commit ef8a7b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
- name: Load image
run: |
docker load --input /tmp/${{ env.image_name }}.tar
docker image ls -a
- name: Scan Image with Trivy
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -79,7 +78,6 @@ jobs:
- name: Load image
run: |
docker load --input /tmp/${{ env.image_name }}.tar
docker image ls -a
- name: Test container execution
run: |
docker run ${{ env.image_name }} version | grep 'Packer v${{ env.packer_version }}'
Expand Down

0 comments on commit ef8a7b9

Please sign in to comment.