Commit cd1408c8 by mingyuan

docker

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