Pin Gitea to 1.17 instead of 1.17.3
Gitea's "minor" version change seems to be the one that occasionally introduces breaking changes, so let's not update that automatically. Only keep the patch-releases automatically updated.
This commit is contained in:
parent
2fa5bf4982
commit
d9de1efc9a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- name: gitea container
|
||||
docker_container:
|
||||
name: gitea
|
||||
image: gitea/gitea:1.17.3
|
||||
image: gitea/gitea:1.17
|
||||
restart_policy: unless-stopped
|
||||
networks:
|
||||
- name: gitea
|
||||
|
|
Loading…
Add table
Reference in a new issue