Skip to content

Commit

Permalink
ci: use make save to publish image.tar (#60)
Browse files Browse the repository at this point in the history
I accidently used `docker save` instead of `make save` on #48.
  • Loading branch information
Baruch Odem (Rothkoff) authored May 9, 2023
1 parent 43caab3 commit ebb3e7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: Set up Docker Buildx
if: ${{ steps.semantic_release_info.outputs.git_tag }}
uses: docker/setup-buildx-action@v2
- run: docker save -e image_file_name=bin/checkmarx-2ms.tar
- name: Save Docker Image
run: make save -e image_file_name=bin/checkmarx-2ms.tar
if: ${{ steps.semantic_release_info.outputs.git_tag }}
env:
VERSION: ${{ steps.semantic_release_info.outputs.version }}
Expand Down

0 comments on commit ebb3e7d

Please sign in to comment.