mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
build no cache
This commit is contained in:
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 .
|
||||
|
||||
Reference in New Issue
Block a user