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:
Nicolas Meienberger 2023-07-06 00:27:57 +02:00 committed by GitHub
parent 0ccc4b6aa1
commit 70b5287a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 11 deletions

View File

@ -1,12 +1,13 @@
name: Tipi CI name: Tipi CI
on: on:
pull_request: pull_request:
types: [opened, synchronize, reopened, ready_for_review] push:
branches-ignore: branches:
- "renovate/**" - master
jobs: jobs:
ci: ci:
if: "!contains(github.head_ref, 'renovate/')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout

View File

@ -1,12 +1,10 @@
name: Renovate CI name: Renovate CI
on: on:
pull_request: pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- "renovate/**"
jobs: jobs:
get-last-commit-message: get-last-commit-message:
if: contains(github.head_ref, 'renovate/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
@ -19,7 +17,7 @@ jobs:
update-config: update-config:
needs: get-last-commit-message 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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "forgejo", "id": "forgejo",
"tipi_version": 1, "tipi_version": 2,
"version": "1.19.3-0", "version": "1.19.4-0",
"categories": ["development"], "categories": [
"development"
],
"description": "Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.", "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", "short_desc": "Beyond coding. We forge. · Lightweight and performant · Guaranteed 100% Free Software",
"author": "forgejo", "author": "forgejo",

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
forgejo: forgejo:
image: codeberg.org/forgejo/forgejo:1.19.3-0 image: codeberg.org/forgejo/forgejo:1.19.4-0
container_name: forgejo container_name: forgejo
environment: environment:
- USER_UID=1000 - USER_UID=1000