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 559f86fdab - Show all commits

View File

@@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Print env" - name: "Print env"
run: echo WORKSPACE ${{ GITEA_WORKSPACE }} REPO ${{ GITEA_REPOSITORY }} REF ${{ GITEA_REF }} run: echo WORKSPACE ${{ GITEA_ACTOR }} REPO ${{ GITEA_TOKEN }} REF ${{ GITEA_REF }}
- name: "Git clone" - name: "Git clone"
run: git clone ${{ GITEA_REPOSITORY }} run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch" - name: "Git switch"
run: git checkout ${{ GITEA_REF }} run: git checkout ${{ GITEA_REF }}"
- uses: aevea/action-kaniko@master - uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container. name: Run Kaniko to build our docker container.
with: with: