|
|
@@ -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
|