mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 05:38:42 +00:00
fix directory
This commit is contained in:
parent
6ca7f69fff
commit
2bfabe6cc6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -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 .
|
||||||
|
|
Loading…
Reference in a new issue