build
This commit is contained in:
26
.gitea/workflows/release.yml
Normal file
26
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: Wavyzz/ci-workflows/.github/workflows/docker-build-publish.yml@v1
|
||||
with:
|
||||
registry_host: ${{ secrets.REGISTRY_HOST }}
|
||||
images: |
|
||||
[
|
||||
{
|
||||
"name": "cf-bypass-fast",
|
||||
"cache_ref": "cf-bypass-fast:buildcache"
|
||||
},
|
||||
]
|
||||
secrets:
|
||||
registry_user: ${{ secrets.REGISTRY_USER }}
|
||||
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
ci_token: ${{ secrets.CI_GITEA_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user