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