diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..f08503d --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,16 @@ +name: Build ts3proxy +run-name: Build ts3proxy docker image +on: [push] +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-22.04 + steps: + - name: Prepare | Setup git + run: | + git config --global user.name "Radim LipovĨan" + git config --global user.email "radim@lipovcan.cz" + - name: Build | Clone repository + run: | + git clone https://github.com/Kandru/ts3proxy.git + cd ts3proxy + ls -lah \ No newline at end of file