fix: v0.1.2
Some checks failed
/ build ushare (push) Failing after 5s
/ clean (push) Successful in 0s

This commit is contained in:
loveuer 2025-05-11 10:25:26 +08:00
parent baa3098253
commit 467cc95bc7

View File

@ -33,7 +33,7 @@ jobs:
run: docker build -t gitea.loveuer.com/loveuer/build/u-api:${{ gitea.ref_name }} . run: docker build -t gitea.loveuer.com/loveuer/build/u-api:${{ gitea.ref_name }} .
- name: push image to repository - name: push image to repository
run: docker images run: docker push gitea.loveuer.com/loveuer/build/u-api:${{ gitea.ref_name }}
# - name: build by kaniko in docker # - name: build by kaniko in docker
# run: | # run: |