Compare commits

..

6 Commits

Author SHA256 Message Date
67466b3801 Merge pull request 'Update README.md' (#10) from kocoder-patch-1 into main
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 3m30s
Reviewed-on: #10
2024-09-16 10:49:24 +00:00
6796dfd1ec Update README.md
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 3m25s
build-docker-imge / Build the docker container (pull_request) Successful in 3m40s
2024-09-16 10:48:59 +00:00
fabd65d529 Update README.md
Some checks are pending
build-docker-imge / Build the docker container (push) Waiting to run
build-docker-imge / Build the docker container (pull_request) Successful in 3m29s
2024-09-16 10:43:46 +00:00
8b864524ec Merge pull request 'Introduce gitea-actions to automatically build this container' (#8) from gitea-actions into main
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 4m13s
Reviewed-on: #8
2024-08-04 21:06:53 +00:00
3ecb478a36 Checkout to the latest commit sha
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 4m5s
build-docker-imge / Build the docker container (pull_request) Successful in 4m6s
2024-08-04 22:21:48 +02:00
4f9f4bcf72 Add debug statements to the ci action
Some checks failed
build-docker-imge / Build the docker container (push) Successful in 4m27s
build-docker-imge / Build the docker container (pull_request) Failing after 8s
2024-08-04 22:04:50 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -15,9 +15,9 @@ jobs:
- name: "LS"
run: ls -lisa
- name: "LS ECHO"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea }} "${{ gitea.sha }}"
- name: "Git switch"
run: git switch "${{ gitea.ref_name }}"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea.sha }}"
- name: "Git checkout"
run: git checkout "${{ gitea.sha }}"
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with:

View File

@ -1,3 +1,3 @@
# gitea-workspaces
This repository will hold a kubernetes pod configuration to create codespaces-like workspaces using vs-code in the browser on the fly inside your kubernetes cluster
This repository will hold a kubernetes pod configuration to create codespaces-like workspaces using vs-code in the browser on the fly inside your kubernetes cluster..