collapsed to single job
All checks were successful
build + push containers to gitea (every) and docker (daily) / build (push) Successful in 3m2s
All checks were successful
build + push containers to gitea (every) and docker (daily) / build (push) Successful in 3m2s
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
versioning:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -55,11 +55,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
echo "should_build=$SHOULD_BUILD" >> $GITHUB_OUTPUT
|
echo "should_build=$SHOULD_BUILD" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
dockerhub:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
-uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Login to Dockerhub
|
- name: Login to Dockerhub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
@@ -79,11 +74,6 @@ jobs:
|
|||||||
YOUDIS_VERSION=${{ steps.youdis.outputs.youdis-version }}
|
YOUDIS_VERSION=${{ steps.youdis.outputs.youdis-version }}
|
||||||
YTDLP_VERSION=${{ steps.ytdlp.outputs.ytdlp-version }}
|
YTDLP_VERSION=${{ steps.ytdlp.outputs.ytdlp-version }}
|
||||||
|
|
||||||
gitea:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
-uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Login to Gitea
|
- name: Login to Gitea
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
20250824-713f316
|
20250824-53fbcc5
|
||||||
|
|||||||
Reference in New Issue
Block a user