split jobs into versioining, dockerhub, gitea

This commit is contained in:
2025-08-23 14:43:48 -04:00
parent 0abf3a5adb
commit 08bcc3d3bd
4 changed files with 12 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
docker:
versioning:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -55,6 +55,11 @@ jobs:
fi
echo "should_build=$SHOULD_BUILD" >> $GITHUB_OUTPUT
dockerhub:
runs-on: ubuntu-latest
steps:
-uses: actions/checkout@v4
- name: Login to Dockerhub
uses: docker/login-action@v3
with:
@@ -74,6 +79,11 @@ jobs:
YOUDIS_VERSION=${{ steps.youdis.outputs.youdis-version }}
YTDLP_VERSION=${{ steps.ytdlp.outputs.ytdlp-version }}
gitea:
runs-on: ubuntu-latest
steps:
-uses: actions/checkout@v4
- name: Login to Gitea
uses: docker/login-action@v3
with:

View File

@@ -1 +0,0 @@
20250823-b37e943

View File

View File

@@ -1 +1 @@
20250823-32ed9bc
20250823-0abf3a5