Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6aa8c4a72 | |||
| c0fc66096e | |||
| 9f9e908155 | |||
| 54cbb59bed | |||
| e8df48f0c4 | |||
| 4becf3ab28 | |||
| 51ab6fb934 | |||
| 9d646201e6 |
@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- name: Create Release Tag
|
||||
id: taggerFinal
|
||||
uses: anothrNick/github-tag-action@1.69.0
|
||||
uses: anothrNick/github-tag-action@1.70.0
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
||||
WITH_V: true
|
||||
|
||||
@@ -11,14 +11,14 @@ stages:
|
||||
##- push_dockerhub
|
||||
|
||||
build:
|
||||
image: docker:27.1.2-dind
|
||||
image: docker:27.2.1-dind
|
||||
stage: build
|
||||
only:
|
||||
refs:
|
||||
- tags
|
||||
- branches
|
||||
services:
|
||||
- name: docker:27.1.2-dind
|
||||
- name: docker:27.2.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
@@ -57,10 +57,10 @@ release:
|
||||
- CHANGELOG.md
|
||||
|
||||
push local:
|
||||
image: docker:27.1.2-dind
|
||||
image: docker:27.2.1-dind
|
||||
stage: push_local
|
||||
services:
|
||||
- name: docker:27.1.2-dind
|
||||
- name: docker:27.2.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
paho-mqtt==2.1.0
|
||||
bottle==0.12.25
|
||||
bottle==0.13.1
|
||||
defusedxml==0.7.1
|
||||
|
||||
Reference in New Issue
Block a user