Browse Source

feat 0.2.2

Yeuoly 1 year ago
parent
commit
0b815cd417
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .github/workflows/build.yml

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

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