From 25cd70e2aae07bb8862d5fe4003842250be76d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Fri, 17 Nov 2023 15:36:16 +0100 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 52a65ad..6850ddd 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 \ No newline at end of file