ts3proxy-docker-build/.gitea/workflows/build.yml
Radim Lipovčan a1c8b9cdaa
Some checks failed
Explore-Gitea-Actions
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 3s
Aktualizovat „.gitea/workflows/build.yml“
2023-11-17 11:26:31 +01:00

17 lines
551 B
YAML

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
mv ../Dockerfile .
ls -lah