mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix: args order (#1097)
This commit is contained in:
parent
4ef649231b
commit
bcd98cba2f
2
.github/workflows/backend-docker-nightly.yml
vendored
2
.github/workflows/backend-docker-nightly.yml
vendored
@ -46,8 +46,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker build --push --no-cache \
|
docker build --push --no-cache \
|
||||||
--tag hkotel/mealie:api-nightly \
|
--tag hkotel/mealie:api-nightly \
|
||||||
|
--build-arg COMMIT=$(git rev-parse HEAD) \
|
||||||
--platform linux/amd64,linux/arm64 .
|
--platform linux/amd64,linux/arm64 .
|
||||||
--build-args COMMIT=$(git rev-parse HEAD) \
|
|
||||||
#
|
#
|
||||||
# Build Discord Notification
|
# Build Discord Notification
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user