Compare commits
6 Commits
854110dcde
...
main
Author | SHA256 | Date | |
---|---|---|---|
67466b3801 | |||
6796dfd1ec | |||
fabd65d529 | |||
8b864524ec | |||
3ecb478a36 | |||
4f9f4bcf72 |
@ -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:
|
||||
|
@ -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..
|
Reference in New Issue
Block a user