Skip to content

Commit

Permalink
Upload image as artifact GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
rajuljha committed Jun 20, 2024
1 parent ea3255c commit 5797cbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fossology-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
run: |
docker buildx build --load -t rjknightmare/fo-ci-test:latest -f fossology-repo/utils/automation/Dockerfile.ci fossology-repo
- name: Upload Docker image artifact
uses: actions/upload-artifact@v3
with:
name: docker-image
path: rjknightmare-fo-ci-test-latest.tar.gz


check-license:
name: Check license
Expand Down

0 comments on commit 5797cbb

Please sign in to comment.