Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bc6c5c078 | |||
| 9b9f758c8e | |||
| 9aaa5a45bb | |||
| b3df06cff8 | |||
| 56c3cf98b8 | |||
| 06287d9857 |
@@ -34,7 +34,7 @@ jobs:
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.6.1
|
||||
uses: docker/setup-buildx-action@v3.7.1
|
||||
- name: Login to Harbor
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3.3.0
|
||||
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.6.1
|
||||
uses: docker/setup-buildx-action@v3.7.1
|
||||
- name: Login to Harbor
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
|
||||
@@ -31,7 +31,7 @@ build:
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||
|
||||
release:
|
||||
image: node:20.17.0-alpine3.19
|
||||
image: node:20.18.0-alpine3.19
|
||||
stage: release
|
||||
only:
|
||||
refs:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
paho-mqtt==2.1.0
|
||||
bottle==0.13.1
|
||||
bottle==0.13.2
|
||||
defusedxml==0.7.1
|
||||
|
||||
Reference in New Issue
Block a user