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 0442eea2c4 - Show all commits

View File

@@ -17,7 +17,7 @@ jobs:
- name: "LS"
run: ls -lisa
- name: "LS ECHO"
run: echo "$(ls)" "${{ secrets.GITEA_REPOSITORY }}"
run: echo "$(ls)" "${{ vars.GITEA_REPOSITORY }}"
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with: