Aktualizovat .gitea/workflows/build.yml
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 43s Details

This commit is contained in:
Radim Lipovčan 2023-11-17 16:06:00 +01:00
parent 2712e7fcbb
commit 854dce5355
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ jobs:
mv ../Dockerfile .
ls -lah
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: Ownercz
password: ${{ secrets.DOCKERHUB_GITEA_TOKEN }}
run: |
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ownercz --password-stdin
docker build -t ownercz/teamspeak3-docker-proxy:latest .
docker push ownercz/teamspeak3-docker-proxy