Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 4s
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 4s
This commit is contained in:
parent
941c7359e3
commit
d6d2007cdc
@ -11,6 +11,9 @@ jobs:
|
||||
git config --global user.email "radim@lipovcan.cz"
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build | Install Docker
|
||||
run: |
|
||||
apt-get install docker.io
|
||||
- name: Build | Clone repository
|
||||
run: |
|
||||
ls -lah
|
||||
@ -18,11 +21,7 @@ jobs:
|
||||
cd ts3proxy
|
||||
mv ../Dockerfile .
|
||||
ls -lah
|
||||
login:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
image: docker
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: Ownercz
|
||||
|
Loading…
Reference in New Issue
Block a user