Commit a6f7cb5e by mingyuan

update cd

parent cd1408c8
......@@ -21,7 +21,7 @@ jobs:
submodules: true
- name: Docker build
run: |
docker build -t ${{ secrets.DOCKER_URL }}/$GITHUB_REPOSITORY:latest docker
docker build -t ${{ secrets.DOCKER_URL }}/$GITHUB_REPOSITORY:latest -f docker/Dockerfile .
- 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