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:
parent
ed61ad39be
commit
17a7d0b31e
3 changed files with 2 additions and 35 deletions
2
.github/workflows/dockerbuild.dev.yml
vendored
2
.github/workflows/dockerbuild.dev.yml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue