Compare commits

...

3 commits

Author SHA1 Message Date
Glenn Y. Rolland 6d22fdcd72 ci: Fix name
Some checks failed
continuous-integration/drone/push Build is failing
2023-02-14 16:08:10 +01:00
Glenn Y. Rolland 9add10fcf3 Bump version to major update 2023-01-30 11:39:14 +01:00
Glenn Y. Rolland 87ba549905 Bump version to minor update 2023-01-30 11:38:06 +01:00
2 changed files with 15 additions and 1 deletions

View file

@ -69,3 +69,16 @@ steps:
# - name: cache
# temp: {}
#
---
kind: pipeline
type: docker
name: sheduled
steps:
- name: check:update
image: alpine
environment:
commands:
- 'echo "Repository: glenux/service-n8n"'
- 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"'

View file

@ -1,4 +1,5 @@
FROM n8nio/n8n:0.212.0-debian
FROM n8nio/n8n:0.213.0-debian
# FROM n8nio/n8n:0.212.0-debian
# FROM n8nio/n8n:0.210.2-debian
# FROM n8nio/n8n:0.195.5-debian