⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.72.1 #525

Merged
mafyuh merged 11 commits from renovate/ghcr.io-n8n-io-n8n-1.x into main 2024-12-13 00:26:58 -05:00
2 changed files with 5 additions and 7 deletions
Showing only changes of commit 199b28c0bd - Show all commits
.forgejo/workflows
docker/arm

View file

@ -1,5 +1,3 @@
name: Lint on PR
on:
pull_request:
types: [opened, synchronize, reopened]
@ -17,7 +15,7 @@ jobs:
- name: Get modified YAML files
id: get_changed_files
run: |
CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.(yml)$' || true)
CHANGED_FILES=$(git diff --name-only HEAD^ HEAD | grep -E '\.(yml)$' || true)
echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
- name: Run yamllint on modified files

View file

@ -1,7 +1,7 @@
---
services:
server:
image: codeberg.org/forgejo/forgejo:9.0.2
image: codeberg.org/forgejo/forgejo:9.0.3
container_name: forgejo
environment:
- USER_UID=1000