From a47e3039f1510169ec373e5910c12d4993ad19f5 Mon Sep 17 00:00:00 2001 From: raphy Date: Fri, 31 Jan 2025 17:46:40 +0100 Subject: [PATCH] another test to image path --- .forgejo/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/action.yaml b/.forgejo/workflows/action.yaml index 74bffc6..e65f17a 100644 --- a/.forgejo/workflows/action.yaml +++ b/.forgejo/workflows/action.yaml @@ -16,7 +16,7 @@ jobs: - name: Kaniko build uses: https://www.github.com/aevea/action-kaniko@master with: - image: /deke/deke-env + image: deke/deke-env username: deke password: ${{ secrets.TOKEN }} registry: git.dekedin.me