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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare | Setup git
|
- name: Prepare | Setup git
|
||||||
run: |
|
run: |
|
||||||
@ -22,6 +22,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: Ownercz
|
username: Ownercz
|
||||||
|
Loading…
Reference in New Issue
Block a user