New: Automatic Docker container builds #1

Merged
Kocoder merged 12 commits from gitlab_ci into main 2024-10-05 16:16:31 +00:00
Showing only changes of commit db82158cc1 - Show all commits

View File

@ -16,6 +16,10 @@ jobs:
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea.sha }}"
- name: "Git checkout"
run: git checkout "${{ gitea.sha }}"
- name: "Print yarn information."
run: cat ~/.yarnrc.yml
- name: "Print yarn information. 2"
run: yarn --version
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with: