Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1212ea5e42 | |||
| 7af1886d5e | |||
| 1eba96caba | |||
| db914ee651 |
@@ -11,14 +11,14 @@ stages:
|
||||
##- push_dockerhub
|
||||
|
||||
build:
|
||||
image: docker:26.0.1-dind
|
||||
image: docker:26.1.1-dind
|
||||
stage: build
|
||||
only:
|
||||
refs:
|
||||
- tags
|
||||
- branches
|
||||
services:
|
||||
- name: docker:26.0.1-dind
|
||||
- name: docker:26.1.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
@@ -57,10 +57,10 @@ release:
|
||||
- CHANGELOG.md
|
||||
|
||||
push local:
|
||||
image: docker:26.0.1-dind
|
||||
image: docker:26.1.1-dind
|
||||
stage: push_local
|
||||
services:
|
||||
- name: docker:26.0.1-dind
|
||||
- name: docker:26.1.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
paho-mqtt==2.0.0
|
||||
paho-mqtt==2.1.0
|
||||
bottle==0.12.25
|
||||
defusedxml==0.7.1
|
||||
|
||||
Reference in New Issue
Block a user