From b8197b73265ff9a65244701f28f14361097a0734 Mon Sep 17 00:00:00 2001 From: urban Date: Sun, 29 Jun 2025 10:55:51 +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 3714060..49a423b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: debug registry secrets image: alpine commands: - - echo "test" + - echo "Username: $${docker_username}" - name: build and push flappy image image: plugins/docker