mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-08 07:42:27 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a8d9b3bbd | ||
|
|
1509a68cda | ||
|
|
7f26503247 | ||
|
|
235145ed46 | ||
|
|
20e89d6a76 |
@@ -1,12 +1,12 @@
|
|||||||
# Ignore all files and dirs
|
# Ignore all files and dirs
|
||||||
*
|
|
||||||
|
|
||||||
# Unignore files or dirs
|
# Unignore files or dirs
|
||||||
!build
|
.github
|
||||||
!bin
|
bin
|
||||||
!conf
|
docs
|
||||||
!assets
|
.gitignore
|
||||||
!website
|
db.sqlite
|
||||||
!CHANGELOG.md
|
docker-compose.yml
|
||||||
!LICENSE
|
eiblog.conf
|
||||||
!README.md
|
Makefile
|
||||||
|
|||||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -2,6 +2,20 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
### [2.2.4](https://github.com/eiblog/eiblog/compare/v2.2.3...v2.2.4) (2023-05-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ci:** fix .dockerignore ([1509a68](https://github.com/eiblog/eiblog/commit/1509a68cda74ace6b4060b5015f20143303ca36f))
|
||||||
|
|
||||||
|
### [2.2.3](https://github.com/eiblog/eiblog/compare/v2.2.2...v2.2.3) (2023-05-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **ci:** script file name ([20e89d6](https://github.com/eiblog/eiblog/commit/20e89d6a76f01aee60b98f8ae43a2c65b4fb3904))
|
||||||
|
|
||||||
### [2.2.2](https://github.com/eiblog/eiblog/compare/v2.2.1...v2.2.2) (2023-05-25)
|
### [2.2.2](https://github.com/eiblog/eiblog/compare/v2.2.1...v2.2.2) (2023-05-25)
|
||||||
|
|
||||||
### [2.2.1](https://github.com/eiblog/eiblog/compare/v2.2.0...v2.2.1) (2023-05-17)
|
### [2.2.1](https://github.com/eiblog/eiblog/compare/v2.2.0...v2.2.1) (2023-05-17)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM golang:1.20 AS builder
|
|||||||
|
|
||||||
WORKDIR /eiblog
|
WORKDIR /eiblog
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ./scripts/build.sh backup
|
RUN ./scripts/run_build.sh backup
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM golang:1.20 AS builder
|
|||||||
|
|
||||||
WORKDIR /eiblog
|
WORKDIR /eiblog
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ./scripts/build.sh eiblog
|
RUN ./scripts/run_build.sh eiblog
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user