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

View File

@@ -13,11 +13,9 @@ jobs:
- name: "Git clone" - name: "Git clone"
run: git clone ${{ GITEA_REPOSITORY }} run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch" - name: "Git switch"
run: git switch ${{ GITEA_REF }} run: git checkout ${{ GITEA_REF }}
- name: "LS" - uses: docker/setup-buildx-action@v3
run: "echo $(ls)" name: Setup docker buildx
# - uses: docker/setup-buildx-action@v3 - run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
# name: Setup docker buildx name: Build the docker container
# - run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }} - run: docker push git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
# name: Build the docker container
# - run: docker push git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}