Introduce gitea-actions to automatically build this container #8

Merged
Kocoder merged 47 commits from gitea-actions into main 2024-08-04 21:06:54 +00:00
Showing only changes of commit cc58d7be52 - Show all commits

View File

@@ -11,14 +11,13 @@ jobs:
- name: "Print env"
run: echo WORKSPACE
- name: "Git clone"
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git && cd "${{ gitea.repository_name }}"
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git repository && cd repository
- name: "LS"
run: ls -lisa
- name: "LS ECHO"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref }}"
- name: "Git switch"
run: git checkout "${{ gitea.ref }}"
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with: