mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 13:06:32 +00:00
sp
This commit is contained in:
parent
2bfabe6cc6
commit
de8fb2033d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue