更新 .gitea/workflows/build-push-harbor.yml

This commit is contained in:
wwweww
2026-02-28 12:09:58 +00:00
parent 0e00d32238
commit c5ff4f0216
+2 -2
View File
@@ -21,12 +21,12 @@ jobs:
uses: http://103.236.53.208:3000/actions/checkout@v4 uses: http://103.236.53.208:3000/actions/checkout@v4
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: http://103.236.53.208:3000/actions/setup-node@v4
with: with:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: http://103.236.53.208:3000/actions/setup-go@v5
with: with:
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}