Skip to content

Commit

Permalink
添加scancode-toolkit镜像构建脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlkl committed Jun 16, 2023
1 parent 30fd164 commit cafbb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-scancode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
- name: Extract tag
run: |
TAG_NAME=${GITHUB_REF##/}
echo "Extracted Tag Name: TAG_NAME"
echo "Extracted Tag Name: $TAG_NAME"
env:
SCANCODE_TAG: ${{ env.TAG_NAME }}

- name: Checkout repository
uses: actions/checkout@v3
with:
repository: nexB/scancode-toolkit
ref: ${{ env.SCANCODE_TAG }}
ref: refs/tags/${{ env.SCANCODE_TAG }}

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
Expand Down

0 comments on commit cafbb1f

Please sign in to comment.