Skip to content

Commit

Permalink
Fix sha
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Jul 31, 2024
1 parent 5b0ce2d commit d815ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Remove Docker Tag
uses: rafalkk/remove-dockertag-action@v1
with:
tag_name: jvm_${{ env.GITHUB_SHA }}
tag_name: jvm_${{ github.sha }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
if: github.ref == 'refs/heads/main'
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Remove Docker Tag
uses: rafalkk/remove-dockertag-action@v1
with:
tag_name: native_${{ env.GITHUB_SHA }}
tag_name: native_${{ github.sha }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d815ce3

Please sign in to comment.