Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 43s
Some checks failed
Build ts3proxy / Explore-Gitea-Actions (push) Failing after 43s
This commit is contained in:
parent
2712e7fcbb
commit
854dce5355
@ -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
|
Loading…
Reference in New Issue
Block a user