Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 784efb09e6 | |||
| 1212ea5e42 | |||
| 7af1886d5e | |||
| 1eba96caba | |||
| db914ee651 | |||
| ba3e72e592 |
@@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5.5.1
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.merge_commit_sha }}
|
||||
fetch-depth: '0'
|
||||
|
||||
@@ -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