fix directory

This commit is contained in:
Hayden 2022-09-08 15:14:28 -08:00
parent 6ca7f69fff
commit 2bfabe6cc6

View file

@ -34,7 +34,7 @@ jobs:
- name: build the image - name: build the image
run: | run: |
cd backend && docker build --push --no-cache \ docker build --push --no-cache \
--tag ghrc.io/hay-kot/homebox:nightly \ --tag ghrc.io/hay-kot/homebox:nightly \
--build-arg COMMIT=$(git rev-parse HEAD) \ --build-arg COMMIT=$(git rev-parse HEAD) \
--platform linux/amd64,linux/arm64,linux/arm/v7 . --platform linux/amd64,linux/arm64,linux/arm/v7 .