Compare commits

..

8 Commits

Author SHA1 Message Date
9f9e908155 Merge pull request 'chore(deps): update docker docker tag to v27.2.0' (#93) from renovate/docker-27.x into master
All checks were successful
ci / docker (push) Successful in 23s
Reviewed-on: #93
2024-09-08 04:34:01 +00:00
54cbb59bed Merge pull request 'chore(deps): update dependency bottle to v0.13.1' (#94) from renovate/bottle-0.x into master
All checks were successful
ci / docker (push) Successful in 23s
Reviewed-on: #94
2024-09-08 01:08:29 +00:00
e8df48f0c4 chore(deps): update dependency bottle to v0.13.1
All checks were successful
ci / docker (push) Successful in 21s
Bump version / create_release_tag (pull_request) Successful in 46s
2024-09-07 19:07:31 +00:00
4becf3ab28 chore(deps): update docker docker tag to v27.2.0
All checks were successful
ci / docker (push) Successful in 21s
Bump version / create_release_tag (pull_request) Successful in 42s
2024-08-29 01:08:56 +00:00
51ab6fb934 Merge pull request 'chore(deps): update dependency anothrnick/github-tag-action to v1.70.0' (#90) from renovate/anothrnick-github-tag-action-1.x into master
All checks were successful
ci / docker (push) Successful in 22s
Reviewed-on: #90
2024-08-24 19:06:32 +00:00
b3b3d4a7e1 Merge pull request 'chore(deps): update dependency docker/build-push-action to v6.7.0' (#87) from renovate/docker-build-push-action-6.x into master
All checks were successful
ci / docker (push) Successful in 25s
Reviewed-on: #87
2024-08-24 18:50:39 +00:00
c6db076198 chore(deps): update dependency docker/build-push-action to v6.7.0
Some checks failed
ci / docker (push) Failing after 23s
Bump version / create_release_tag (pull_request) Successful in 1m6s
2024-08-13 16:47:44 +00:00
9d646201e6 chore(deps): update dependency anothrnick/github-tag-action to v1.70.0
All checks were successful
ci / docker (push) Successful in 21s
Bump version / create_release_tag (pull_request) Successful in 55s
2024-07-11 04:53:35 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ jobs:
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6.2.0 # uses: docker/build-push-action@v6.7.0
# with: # with:
# context: ./Docker/ # context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }} # push: ${{ github.event_name != 'pull_request' }}

View File

@@ -18,7 +18,7 @@ jobs:
- name: Create Release Tag - name: Create Release Tag
id: taggerFinal id: taggerFinal
uses: anothrNick/github-tag-action@1.69.0 uses: anothrNick/github-tag-action@1.70.0
with: with:
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }} GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
WITH_V: true WITH_V: true
@@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }} password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6.2.0 uses: docker/build-push-action@v6.7.0
with: with:
context: ./Docker/ context: ./Docker/
push: true push: true

View File

@@ -11,14 +11,14 @@ stages:
##- push_dockerhub ##- push_dockerhub
build: build:
image: docker:27.1.2-dind image: docker:27.2.0-dind
stage: build stage: build
only: only:
refs: refs:
- tags - tags
- branches - branches
services: services:
- name: docker:27.1.2-dind - name: docker:27.2.0-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
@@ -57,10 +57,10 @@ release:
- CHANGELOG.md - CHANGELOG.md
push local: push local:
image: docker:27.1.2-dind image: docker:27.2.0-dind
stage: push_local stage: push_local
services: services:
- name: docker:27.1.2-dind - name: docker:27.2.0-dind
command: ["--tls=false"] command: ["--tls=false"]
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2

View File

@@ -1,3 +1,3 @@
paho-mqtt==2.1.0 paho-mqtt==2.1.0
bottle==0.12.25 bottle==0.13.1
defusedxml==0.7.1 defusedxml==0.7.1