Update version
This commit is contained in:
parent
18a59fe0fb
commit
fe190003e3
4 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ COPY --from=logo /logo/logo.txt .
|
|||
COPY entrypoint.sh .
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
COPY --from=go /backend/config/ ./config/
|
||||
COPY --from=go /backend/config/*.json ./config/
|
||||
COPY --from=go /backend/templates ./templates/
|
||||
COPY --from=go /backend/static ./static/
|
||||
COPY --from=go /backend/app .
|
||||
|
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
|||
pipeline {
|
||||
environment {
|
||||
VERSION = "v1.1.3"
|
||||
VERSION = "v1.1.4"
|
||||
PROJECT_NAME = JOB_NAME.split('/')
|
||||
IMAGE_NAME = "unjxde/${PROJECT_NAME[0]}"
|
||||
IMAGE = ''
|
||||
|
|
|
@ -11,11 +11,11 @@ A blazing fast start-page for your services written in Go.
|
|||
|
||||
## Dark Mode
|
||||
|
||||
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/dark_v1.1.3.png" alt="dark_mode" width="600"/>
|
||||
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/dark_v1.1.4.png" alt="dark_mode" width="600"/>
|
||||
|
||||
## Light Mode
|
||||
|
||||
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/light_v1.1.3.png" alt="light_mode" width="600"/>
|
||||
<img style="border-radius:0.5rem" src="https://filedn.eu/lhdsENsife1QUzPddOpRjb5/godash/light_v1.1.4.png" alt="light_mode" width="600"/>
|
||||
|
||||
## Lighthouse performance test
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
},
|
||||
plugins: [require("daisyui")],
|
||||
daisyui: {
|
||||
themes: ["lofi", "halloween"],
|
||||
themes: ["winter", "halloween"],
|
||||
logs: false,
|
||||
darkTheme: "halloween",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue