File tree Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1- ---
21name : 👷♂️ Build
32
43on :
54 push :
5+ branches :
6+ - main
67 tags :
78 - v*
89
5152 push : true
5253 provenance : false
5354 labels : ${{ steps.meta.outputs.labels }}
54- tags : ${{ steps.meta.outputs.tags }}
55+ tags : ${{ github.ref == 'refs/heads/main' && format('ghcr.io/{0}:dev', github.repository) || steps.meta.outputs.tags }}
56+
Original file line number Diff line number Diff line change 44
55## Environment Variables
66
7- | ` env ` | Default | Mode |
8- | -------------------------- | ------- | ------ |
9- | ` CONTAINER_MANUAL_SETUP ` | ➖ | ` * ` |
10- | ` CONTAINER_MODE ` | ` "app" ` | ` * ` |
11- | ` CONTAINER_PORT ` | ` 8000 ` | app |
12- | ` CONTAINER_WORKER_DELAY ` | ` 10 ` | worker |
13- | ` CONTAINER_WORKER_SLEEP ` | ` 5 ` | worker |
14- | ` CONTAINER_WORKER_TRIES ` | ` 3 ` | worker |
15- | ` CONTAINER_WORKER_TIMEOUT ` | ` 300 ` | worker |
7+ | ` env ` | Default | Mode |
8+ | -------------------------- | -------------- | ------ |
9+ | ` APP_DEBUG ` | ` false ` | ` * ` |
10+ | ` APP_ENV ` | ` "production" ` | ` * ` |
11+ | ` CONTAINER_MANUAL_SETUP ` | ➖ | ` * ` |
12+ | ` CONTAINER_MODE ` | ` "app" ` | ` * ` |
13+ | ` CONTAINER_PORT ` | ` 8000 ` | app |
14+ | ` CONTAINER_WORKER_DELAY ` | ` 10 ` | worker |
15+ | ` CONTAINER_WORKER_SLEEP ` | ` 5 ` | worker |
16+ | ` CONTAINER_WORKER_TRIES ` | ` 3 ` | worker |
17+ | ` CONTAINER_WORKER_TIMEOUT ` | ` 300 ` | worker |
18+ | ` TEST_DB_CONNECTION ` | ` true ` | ` * ` |
19+ | ` TEST_CACHE_CONNECTION ` | ` true ` | ` * ` |
20+ | ` TEST_CONNECTION_TIMEOUT ` | ` 20 ` | ` * ` |
You can’t perform that action at this time.
0 commit comments