From 3bc48212655e11958afd6f3ce48ff2b34346f46d Mon Sep 17 00:00:00 2001 From: urban Date: Sun, 29 Jun 2025 10:54:30 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5229126..3714060 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: debug registry secrets image: alpine commands: - - echo "Username: test" + - echo "test" - name: build and push flappy image image: plugins/docker