diff options
author | Mike Delago <32778141+michaeldelago@users.noreply.github.com> | 2023-10-15 08:47:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-15 17:47:09 +0200 |
commit | c4dc20a814451a27aef8113e829809a2b6587e3b (patch) | |
tree | a7480e17d2fdaa24eb71433d5efcd546a43bc20e /.gitignore | |
parent | d1d46074a6d959d03c54de584db96e893cd0b5c4 (diff) |
refactor(Docker): remove prod container distinction (#17419)
* refactor(Docker): remove prod containers
* workflows: use buildx
* properly set tags
* comment in Dockerfile
* set docker build context
* minor CI changes
* CI: docker build args shouldnt have quotes
* CI: using matrix and caching is too much work
* CI: I hate yaml
* CI: It was a typo
* CI: extra build removed
* CI: appease the linter
* fixup! CI: appease the linter
* fixup! CI: appease the linter
* apps: docker: remove extraneous files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e9f55da770..92e08b0b14 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,8 @@ /src/server/scripts/Custom/* !/src/server/scripts/Custom/README.md -/docker-compose.override.yml +/*.override.yml +/*.override.yaml !.gitkeep |