更新 .gitea/workflows/build-docker.yml

This commit is contained in:
huanghs 2024-10-21 16:57:09 +08:00
parent 3312e2f43e
commit 3f99078701

@ -10,7 +10,8 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Docker build push - name: Docker build push
uses: seepine/action-docker-build-push@v1 #uses: seepine/action-docker-build-push@v1
uses: ./.gitea/actions/action-docker-build-push
with: with:
push: false push: false
file: ./docker/Dockerfile file: ./docker/Dockerfile