From ee25bf7e79584f20641981c828cf3e725698f64f Mon Sep 17 00:00:00 2001 From: raphy Date: Fri, 31 Jan 2025 15:17:56 +0100 Subject: [PATCH] do not use kaniko --- .forgejo/workflows/action.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/action.yaml b/.forgejo/workflows/action.yaml index 71f0051..944ab17 100644 --- a/.forgejo/workflows/action.yaml +++ b/.forgejo/workflows/action.yaml @@ -18,13 +18,10 @@ jobs: registry: git.dekedin.me username: ${{ github.actor }} password: ${{ secrets.TOKEN }} - - uses: https://github.com/int128/kaniko-action@v1 - with: - push: true - tags: ${{ steps.metadata.outputs.tags }} - labels: ${{ steps.metadata.outputs.labels }} - cache: true - name: Push image run: docker push devenv git.dekedin.me/deke/dev-env + + # - uses: https://github.com/int128/kaniko-action@v1 +