Skip to content

Commit 3f1ddf3

Browse files
committed
upgrade to gitea 1.15.0
1 parent 97ec446 commit 3f1ddf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-20.04
66
services:
77
gitea:
8-
image: gitea/gitea:1.14.2
8+
image: gitea/gitea:1.15.0
99
options: --name gitea
1010
volumes:
1111
- /etc/timezone:/etc/timezone:ro

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Start a temporary git server to host our test remote repository:
1111
```bash
1212
# start gitea in background.
1313
# see https://docs.gitea.io/en-us/config-cheat-sheet/
14-
# see https://github.com/go-gitea/gitea/blob/v1.14.2/docker/root/etc/s6/gitea/setup
14+
# see https://github.com/go-gitea/gitea/blob/v1.15.0/docker/root/etc/s6/gitea/setup
1515
docker run \
1616
--detach \
1717
--name gitea \
1818
-v /etc/timezone:/etc/timezone:ro \
1919
-v /etc/localtime:/etc/localtime:ro \
2020
-e SECRET_KEY=abracadabra \
2121
-p 3000:3000 \
22-
gitea/gitea:1.14.2
22+
gitea/gitea:1.15.0
2323
# create user in gitea.
2424
docker exec gitea gitea admin user create \
2525
--admin \

0 commit comments

Comments
 (0)