Commit d910abb9 by mingyuan

revert squash

parent 932a7356
......@@ -21,7 +21,7 @@ jobs:
submodules: true
- name: Docker build
run: |
docker build --squash -t ${{ secrets.DOCKER_URL }}/$GITHUB_REPOSITORY/engine:latest .
docker build -t ${{ secrets.DOCKER_URL }}/$GITHUB_REPOSITORY/engine:latest .
- name: Docker push latest
if: ${{ github.ref == 'refs/heads/main' }}
run: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment