fix: args order (#1097)

This commit is contained in:
Hayden 2022-03-25 09:06:19 -08:00 committed by GitHub
parent 4ef649231b
commit bcd98cba2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#