From 4be1d51afa0b9c6af0a5cbedaf35a3660706db78 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sat, 22 Mar 2025 15:16:54 +0100 Subject: [PATCH] update action URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e347b..46d0ae1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Viscreanu. ```yaml steps: - name: Build docker image - uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1 + uses: https://code.thetadev.de/actions/kaniko@v1 with: image: thetadev256/test-actions-helloworld2 username: thetadev256