build no cache

This commit is contained in:
hay-kot 2021-06-14 18:30:14 -08:00
parent ed61ad39be
commit 17a7d0b31e
3 changed files with 2 additions and 35 deletions

View File

@ -44,6 +44,6 @@ jobs:
# #
- name: build the image - name: build the image
run: | run: |
docker build --push \ docker build --push --no-cache \
--tag hkotel/mealie:dev \ --tag hkotel/mealie:dev \
--platform linux/amd64,linux/arm64 . --platform linux/amd64,linux/arm64 .

View File

@ -1,33 +0,0 @@
{
admin off
}
# Add gzip compression to requests
(webconf) {
encode gzip
}
# Add forward headers to requests
(theheaders) {
header_up X-Forwarded-Ssl on
header_up Host {host}
header_up X-Real-IP {remote}
header_up X-Forwarded-For {remote}
header_up X-Forwarded-Port {server_port}
header_up X-Forwarded-Proto {scheme}
header_up X-Url-Scheme {scheme}
header_up X-Forwarded-Host {host}
}
localhost {
log
redir /dev-docs /dev-docs/
route /dev-docs* {
uri strip_prefix dev-docs
reverse_proxy localhost:8888 {
import theheaders
}
import webconf
}
}

View File

@ -67,4 +67,4 @@
"last 2 versions", "last 2 versions",
"not dead" "not dead"
] ]
} }