This commit is contained in:
Hayden 2022-09-08 15:45:13 -08:00
parent 2bfabe6cc6
commit de8fb2033d
1 changed files with 2 additions and 2 deletions

View File

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