Browse Source

feat 0.2.2

Yeuoly 1 year ago
parent
commit
440839c2c9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/build.yml

+ 3 - 3
.github/workflows/build.yml

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