ngbs 4 vuotta sitten
vanhempi
sitoutus
ed99b63519
1 muutettua tiedostoa jossa 2 lisäystä ja 10 poistoa
  1. 2 10
      .github/workflows/main.yml

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

@@ -76,18 +76,10 @@ jobs:
           mv /tmp/.buildx-cache-new /tmp/.buildx-cache
 
       - name: Image digest
-        run: echo ${{ steps.docker_build_apline_latest.outputs.digest }} \
+        run: |
+          echo ${{ steps.docker_build_apline_latest.outputs.digest }}
           echo ${{ steps.docker_build_apline_edge.outputs.digest }}
 
-      # Runs a single command using the runners shell
-      # - name: Run a one-line script
-      #   run: echo Hello, world!
-      # Runs a set of commands using the runners shell
-      # - name: Run a multi-line script
-      #   run: |
-      #     echo Add other actions to build,
-      #     echo test, and deploy your project.
-
   build-chinadns-ng:
     needs: build-basic
     runs-on: ubuntu-latest