Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 3s
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 3s
This commit is contained in:
parent
a1c8b9cdaa
commit
25cd70e2aa
@ -1,17 +1,18 @@
|
||||
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 .
|
||||
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: |
|
||||
ls -lah
|
||||
git clone https://github.com/Kandru/ts3proxy.git
|
||||
cd ts3proxy
|
||||
mv ../Dockerfile .
|
||||
ls -lah
|
Loading…
Reference in New Issue
Block a user