Skip to content

Commit

Permalink
Don't need check on save anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnegold committed Sep 2, 2023
1 parent 1ff7e81 commit 1f65498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
make APP_NAME=${{ env.APP_NAME }} release-build
- name: Save Docker image
if: steps.cache-buildx.outputs.cache-hit != 'true'
run: |
docker save ${{ steps.shared-output.outputs.image }} > /tmp/docker-image.tar
Expand Down

0 comments on commit 1f65498

Please sign in to comment.