Compare commits
2 Commits
372ea5426f
...
c7c1f7140a
| Author | SHA1 | Date | |
|---|---|---|---|
|
c7c1f7140a
|
|||
| 0be89f97f4 |
@@ -66,7 +66,7 @@ jobs:
|
|||||||
GIT_STATUS=$(git status --porcelain)
|
GIT_STATUS=$(git status --porcelain)
|
||||||
CHANGED_DIR=()
|
CHANGED_DIR=()
|
||||||
|
|
||||||
if [ $GIT_STATUS | grep -q . ]; then
|
if $GIT_STATUS | grep -q .; then
|
||||||
echo ">> Changes detected"
|
echo ">> Changes detected"
|
||||||
echo "$GIT_STATUS"
|
echo "$GIT_STATUS"
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/postgres:17.7-alpine3.21
|
image: docker.io/postgres:18.1-alpine3.21
|
||||||
container_name: gitea-postgres
|
container_name: gitea-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user