jinnrry 2 سال پیش
والد
کامیت
28bae50630
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .github/workflows/docker_build.yml
  2. 1 1
      .github/workflows/docker_build_pre.yml

+ 1 - 1
.github/workflows/docker_build.yml

@@ -41,7 +41,7 @@ jobs:
       - name: Build FE
       - name: Build FE
         run: |
         run: |
           echo "$(git show -s --format=%H)"
           echo "$(git show -s --format=%H)"
-          echo "GITHASH=$(git show -s --format=%H)" >> ${GITHASH}
+          echo "GITHASH=$(git show -s --format=%H)" >> ${GITHUB_ENV}
           make build_fe
           make build_fe
 
 
       - name: Log in to the Container registry
       - name: Log in to the Container registry

+ 1 - 1
.github/workflows/docker_build_pre.yml

@@ -40,7 +40,7 @@ jobs:
       
       
       - name: Build FE
       - name: Build FE
         run: |
         run: |
-          echo "GITHASH=$(git show -s --format=%H)" >> ${GITHASH}
+          echo "GITHASH=$(git show -s --format=%H)" >> ${GITHUB_ENV}
           make build_fe
           make build_fe
         
         
       - name: Log in to the Container registry
       - name: Log in to the Container registry