Compare commits
3 commits
507a3eab06
...
6d22fdcd72
Author | SHA1 | Date | |
---|---|---|---|
6d22fdcd72 | |||
9add10fcf3 | |||
87ba549905 |
2 changed files with 15 additions and 1 deletions
13
.drone.yml
13
.drone.yml
|
@ -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}"'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue