1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

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 .