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 3eeeaf2e6a - Show all commits

View File

@@ -11,7 +11,7 @@ jobs:
- name: "Print env" - name: "Print env"
run: echo WORKSPACE run: echo WORKSPACE
- name: "Git clone" - name: "Git clone"
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git repository && cd repository run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
- name: "LS" - name: "LS"
run: ls -lisa run: ls -lisa
- name: "LS ECHO" - name: "LS ECHO"
@@ -27,3 +27,4 @@ jobs:
registry: git.kocoder.xyz registry: git.kocoder.xyz
username: ${{ secrets.CI_RUNNER_USER }} username: ${{ secrets.CI_RUNNER_USER }}
password: ${{ secrets.CI_RUNNER_TOKEN }} password: ${{ secrets.CI_RUNNER_TOKEN }}
build_file: ubuntu-vscode-node/Dockerfile