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 .
|
mv ../Dockerfile .
|
||||||
ls -lah
|
ls -lah
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
run: |
|
||||||
with:
|
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ownercz --password-stdin
|
||||||
username: Ownercz
|
docker build -t ownercz/teamspeak3-docker-proxy:latest .
|
||||||
password: ${{ secrets.DOCKERHUB_GITEA_TOKEN }}
|
docker push ownercz/teamspeak3-docker-proxy
|
Loading…
Reference in New Issue
Block a user