Compare commits
7 Commits
v1.11.0
...
a916aea59e
| Author | SHA1 | Date | |
|---|---|---|---|
| a916aea59e | |||
| fe727724f0 | |||
| e1e0cf0ff2 | |||
| 62d935ba4a | |||
| e25118fc33 | |||
| 2a33fc9302 | |||
| 5b14168d6b |
@@ -39,7 +39,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
|
|
||||||
- name: Login to Harbor
|
- name: Login to Harbor
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
registry: harbor.evanshome.io
|
registry: harbor.evanshome.io
|
||||||
username: "robot$registry-bot"
|
username: "robot$registry-bot"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ build:
|
|||||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: node:20.10.0-alpine3.18
|
image: node:20.11.1-alpine3.18
|
||||||
stage: release
|
stage: release
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
|
|||||||
@@ -28,6 +28,6 @@ RUN apk --update add --no-cache logrotate && \
|
|||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
CMD ["python3", "-u", "/app/src/bin/tHome-eagle.py", "-c", "/app/src/conf"]
|
CMD ["python3", "-u", "/app/src/bin/tHome-eagle.py", "-c", "/app/src/conf", "-l", "stdout"]
|
||||||
|
|
||||||
EXPOSE 22042
|
EXPOSE 22042
|
||||||
|
|||||||
Reference in New Issue
Block a user