⬆️ 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
Showing only changes of commit cc6a399533 - Show all commits

View file

@ -21,4 +21,4 @@ jobs:
- name: Lint .yml files
run: |
find docker -name "*.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
find docker -name "*.yml" -exec yamllint -c --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;