mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 13:06:32 +00:00
update build process
This commit is contained in:
parent
de8fb2033d
commit
bf2ad30609
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- name: build the image
|
||||
run: |
|
||||
docker build --push --no-cache \
|
||||
docker build --push \
|
||||
--tag ghcr.io/hay-kot/homebox:nightly \
|
||||
--build-arg COMMIT=$(git rev-parse HEAD) \
|
||||
--platform linux/amd64 .
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 .
|
||||
|
|
Loading…
Reference in a new issue