Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Successful in 4s
Build ts3proxy / login (push) Failing after 4s

This commit is contained in:
Radim Lipovčan 2023-11-17 15:46:04 +01:00
parent ac03690b87
commit 5e14e9b016

View File

@ -18,3 +18,11 @@ jobs:
cd ts3proxy
mv ../Dockerfile .
ls -lah
login:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: Ownercz
password: ${{ secrets.dockerhub_gitea_token }}