File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 uses : docker/build-push-action@v5
5555 with :
5656 context : .
57- platforms : linux/amd64
57+ platforms : linux/amd64,linux/arm64
5858 push : true
5959 tags : ${{ steps.meta.outputs.tags }}
6060 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 11services :
22 gogig :
3- build : ghcr.io/tech-dex/GoGig :latest
3+ build : ghcr.io/tech-dex/gogig :latest
44 container_name : gogig
55 env_file :
66 - stack.env
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ DISCORD_CHANNEL_ID=your_channel_id
77# Reddit API Configuration
88REDDIT_CLIENT_ID = your_reddit_client_id
99REDDIT_CLIENT_SECRET = your_reddit_client_secret
10- REDDIT_USER_AGENT = GoGig:v1.0 (by /u/yourusername)
10+ REDDIT_USER_AGENT = ' GoGig:v1.0 (by /u/yourusername)'
1111
1212# PostgreSQL Database Configuration
1313POSTGRES_HOST = localhost
You can’t perform that action at this time.
0 commit comments