Compare commits

...

4 commits

Author SHA1 Message Date
0417d41a0f Merge pull request 'develop' (#3) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3
2025-02-13 20:55:58 +00:00
5b1a8373c8 Update Dockerfile
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-02-13 19:21:13 +00:00
3e1f64f334 Merge pull request 'master' (#2) from master into develop
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #2
2024-12-29 15:52:44 +00:00
36f9d78ab3 Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-29 15:52:06 +00:00
2 changed files with 14 additions and 14 deletions

View file

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

View file

@ -1,4 +1,4 @@
FROM n8nio/n8n:1.72.1 FROM n8nio/n8n:1.78.0
# FROM n8nio/n8n:1.38.2 # FROM n8nio/n8n:1.38.2
# FROM n8nio/n8n:1.25.0 # FROM n8nio/n8n:1.25.0