浏览代码

feat 0.2.2

Yeuoly 1 年之前
父节点
当前提交
0b815cd417
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      .github/workflows/build.yml

+ 4 - 2
.github/workflows/build.yml

@@ -12,9 +12,11 @@ on:
       arch_label:
       arch_label:
         required: true
         required: true
         type: string
         type: string
-      secrets:
+    secrets:
+      DOCKERHUB_USER:
+        required: true
+      DOCKERHUB_TOKEN:
         required: true
         required: true
-        type: object
 
 
 jobs:
 jobs:
   build:
   build: