Test/ci non renovate (#818)
* chore(deps): update codeberg.org/forgejo/forgejo docker tag to v1.19.4 * wip * Update app version [ready] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
parent
0ccc4b6aa1
commit
70b5287a41
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -1,12 +1,13 @@
|
|||
name: Tipi CI
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
branches-ignore:
|
||||
- "renovate/**"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
if: "!contains(github.head_ref, 'renovate/')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
6
.github/workflows/renovate-ci.yml
vendored
6
.github/workflows/renovate-ci.yml
vendored
|
@ -1,12 +1,10 @@
|
|||
name: Renovate CI
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
branches:
|
||||
- "renovate/**"
|
||||
|
||||
jobs:
|
||||
get-last-commit-message:
|
||||
if: contains(github.head_ref, 'renovate/')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -19,7 +17,7 @@ jobs:
|
|||
|
||||
update-config:
|
||||
needs: get-last-commit-message
|
||||
if: github.event_name == 'pull_request' && !contains(${{ needs.get-last-commit-message.outputs.last_commit_message }}, '[ready]')
|
||||
if: "!contains(${{ needs.get-last-commit-message.outputs.last_commit_message }}, '[ready]')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -5,9 +5,11 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "forgejo",
|
||||
"tipi_version": 1,
|
||||
"version": "1.19.3-0",
|
||||
"categories": ["development"],
|
||||
"tipi_version": 2,
|
||||
"version": "1.19.4-0",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
"description": "Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.",
|
||||
"short_desc": "Beyond coding. We forge. · Lightweight and performant · Guaranteed 100% Free Software",
|
||||
"author": "forgejo",
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
forgejo:
|
||||
image: codeberg.org/forgejo/forgejo:1.19.3-0
|
||||
image: codeberg.org/forgejo/forgejo:1.19.4-0
|
||||
container_name: forgejo
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
|
Loading…
Reference in New Issue
Block a user