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

View File

@@ -14,6 +14,8 @@ jobs:
run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch"
run: git switch ${{ GITEA_REF }}
- name: "LS"
run: "ls"
# - uses: docker/setup-buildx-action@v3
# name: Setup docker buildx
# - run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}