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

This commit is contained in:
Radim Lipovčan 2023-11-17 15:49:03 +01:00
parent 5e14e9b016
commit 88b075c921
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ run-name: Build ts3proxy docker image
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Prepare | Setup git
run: |
@ -22,6 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
image: catthehacker/ubuntu:act-latest
uses: docker/login-action@v2
with:
username: Ownercz