diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index fa33d93..c2e0e87 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -15,9 +15,9 @@ jobs: - name: "LS" run: ls -lisa - name: "LS ECHO" - run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref }}" + run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" - name: "Git switch" - run: git checkout "${{ gitea.ref }}" + run: git switch "${{ gitea.ref_name }}" - uses: aevea/action-kaniko@master name: Run Kaniko to build our docker container. with: