소스 검색

Pin drone-ntfy container to 0.3

Colin Powell 10 달 전
부모
커밋
772a8ae170
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -22,7 +22,7 @@ steps:
       recursive: true
       args: "-v"
       key:
-        from_secret: key
+        from_secret: box_key
       hosts:
         - box.unbl.ink
       source: /tmp/.build/public/
@@ -32,7 +32,7 @@ steps:
       - name: hugo
         path: /tmp/.build/public
   - name: build success notification
-    image: parrazam/drone-ntfy
+    image: parrazam/drone-ntfy:0.3-linux-amd64
     when:
         status: [success]
     settings:
@@ -44,7 +44,7 @@ steps:
         - failure
         - onecme_web
   - name: build failure notification
-    image: parrazam/drone-ntfy
+    image: parrazam/drone-ntfy:0.3-linux-amd64
     when:
         status: [failure]
     settings: