Kevin Leung 3 лет назад
Родитель
Сommit
5436da6478
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -268,7 +268,7 @@ jobs:
         run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
       
       - name: Build xmldoc
-        run: earthly --ci --remote-cache=ghcr.io/${{ github.repository }}:cache --push +xmldoc --COMMIT=$GITHUB_SHA --BRANCH=${{ steps.extract_branch.outputs.branch }}
+        run: earthly --remote-cache=ghcr.io/${{ github.repository }}:cache --push +xmldoc --COMMIT=$GITHUB_SHA --BRANCH=${{ steps.extract_branch.outputs.branch }}
       
       - name: Upload xmldoc artifact
         uses: actions/[email protected]
@@ -309,7 +309,7 @@ jobs:
         run: echo "ADD_REVISION=1" >> $GITHUB_ENV
 
       - name: Build
-        run: earthly --platform=linux/arm64 --ci --remote-cache=ghcr.io/${{ github.repository }}:cache --push +build --ADD_REVISION=$ADD_REVISION
+        run: earthly --platform=linux/arm64 --remote-cache=ghcr.io/${{ github.repository }}:cache --push +build --ADD_REVISION=$ADD_REVISION
       
       - name: Upload artifact
         uses: actions/[email protected]