fix: args order (#1097)
This commit is contained in:
parent
4ef649231b
commit
bcd98cba2f
1 changed files with 1 additions and 1 deletions
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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue