From d815ce386f144652496b41047092b3e5eea7f5ff Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Wed, 31 Jul 2024 12:39:18 +0900 Subject: [PATCH] Fix sha --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 280f9de..9e5abba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' @@ -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