File tree 2 files changed +18
-11
lines changed
2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
- ---
2
1
name : 👷♂️ Build
3
2
4
3
on :
5
4
push :
5
+ branches :
6
+ - main
6
7
tags :
7
8
- v*
8
9
51
52
push : true
52
53
provenance : false
53
54
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 4
4
5
5
## Environment Variables
6
6
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