From 84a14d52fec3441cd3d1d105841030c097e41903 Mon Sep 17 00:00:00 2001 From: raphy Date: Fri, 31 Jan 2025 14:44:03 +0100 Subject: [PATCH] specify aniko action is from github --- .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 4b6cfdf..296056f 100644 --- a/.forgejo/workflows/action.yaml +++ b/.forgejo/workflows/action.yaml @@ -20,7 +20,7 @@ jobs: registry: git.dekedin.me username: ${{ github.actor }} password: ${{ secrets.TOKEN }} - - uses: int128/kaniko-action@v1 + - uses: https://github.com/int128/kaniko-action@v1 with: push: true tags: ${{ steps.metadata.outputs.tags }}