From bc43124b16fa10a53b8800cde9d81c1bd154a478e05a1ec04f857e81409a1fc5 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Sat, 6 Jul 2024 23:15:27 +0200 Subject: [PATCH] Reorder action file --- .gitea/workflows/release-tag.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index ddc6176..fd7528a 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -12,12 +12,13 @@ jobs: run: echo WORKSPACE - name: "Git clone" run: git clone https://git.kocoder.xyz/${{ gitea.repository }}.git - - name: "Git switch" - run: git checkout ${{ gitea.ref }}" - name: "LS" run: ls -lisa - name: "LS ECHO" run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.* }}"" + - name: "Git switch" + run: git checkout ${{ gitea.ref }}" + - uses: aevea/action-kaniko@master name: Run Kaniko to build our docker container. with: