Compare commits

..

1 Commits

Author SHA256 Message Date
854110dcde Add debug statements to the ci action
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 7s
build-docker-imge / Build the docker container (pull_request) Failing after 7s
2024-08-04 22:03:34 +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.sha }}"
- name: "Git checkout"
run: git checkout "${{ gitea.sha }}"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea }} "${{ gitea.sha }}"
- name: "Git switch"
run: git switch "${{ gitea.ref_name }}"
- 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