Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1eba96caba | |||
| db914ee651 | |||
| 34e51fe769 | |||
| 784e47cf74 | |||
| b6f0927ac9 | |||
| a62e7ce85f | |||
| 101f51068f |
@@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4.1.1
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5.5.1
|
uses: docker/metadata-action@v5.5.1
|
||||||
|
|||||||
@@ -18,11 +18,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Release Tag
|
- name: Create Release Tag
|
||||||
id: taggerFinal
|
id: taggerFinal
|
||||||
uses: anothrNick/github-tag-action@1.67.0
|
uses: anothrNick/github-tag-action@1.69.0
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
||||||
WITH_V: true
|
WITH_V: true
|
||||||
GIT_API_TAGGING: false
|
GIT_API_TAGGING: false
|
||||||
|
DEFAULT_BUMP: patch
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
paho-mqtt==2.0.0
|
paho-mqtt==2.1.0
|
||||||
bottle==0.12.25
|
bottle==0.12.25
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
|
|||||||
Reference in New Issue
Block a user