Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f9e908155 | |||
| 54cbb59bed | |||
| e8df48f0c4 | |||
| 4becf3ab28 | |||
| 51ab6fb934 | |||
| b3b3d4a7e1 | |||
| c6db076198 | |||
| 9d646201e6 |
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
|
||||
# - name: Build and push
|
||||
# uses: docker/build-push-action@v6.2.0
|
||||
# uses: docker/build-push-action@v6.7.0
|
||||
# with:
|
||||
# context: ./Docker/
|
||||
# push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
@@ -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
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6.2.0
|
||||
uses: docker/build-push-action@v6.7.0
|
||||
with:
|
||||
context: ./Docker/
|
||||
push: true
|
||||
|
||||
@@ -11,14 +11,14 @@ stages:
|
||||
##- push_dockerhub
|
||||
|
||||
build:
|
||||
image: docker:27.1.2-dind
|
||||
image: docker:27.2.0-dind
|
||||
stage: build
|
||||
only:
|
||||
refs:
|
||||
- tags
|
||||
- branches
|
||||
services:
|
||||
- name: docker:27.1.2-dind
|
||||
- name: docker:27.2.0-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.0-dind
|
||||
stage: push_local
|
||||
services:
|
||||
- name: docker:27.1.2-dind
|
||||
- name: docker:27.2.0-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