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
run: |
docker build --push \
docker build --push --no-cache \
--tag hkotel/mealie:dev \
--platform linux/amd64,linux/arm64 .