Aktualizovat .gitea/workflows/build.yml
This commit is contained in:
parent
5e14e9b016
commit
88b075c921
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user