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 eedd2b6d91 - Show all commits

View File

@@ -14,10 +14,6 @@ jobs:
run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch"
run: git checkout ${{ GITEA_REF }}
- name: "pwd"
run: |
"[ -e /var/run/docker.sock ] && echo exists || echo does not exist"
"cd ubuntu-vscode-node"
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with: