mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 05:38:42 +00:00
formatting
This commit is contained in:
parent
cc78b19d6e
commit
6a6e9e842e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/partial-publish.yaml
vendored
3
.github/workflows/partial-publish.yaml
vendored
|
@ -47,8 +47,7 @@ jobs:
|
|||
- name: build nightly the image
|
||||
if: ${{ inputs.release == false }}
|
||||
run: |
|
||||
docker build --push \
|
||||
--tag ghcr.io/hay-kot/homebox:{{ inputs.tag }} \
|
||||
docker build --push --tag ghcr.io/hay-kot/homebox:{{ inputs.tag }} \
|
||||
--build-arg COMMIT=$(git rev-parse HEAD) \
|
||||
--build-arg BUILD_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
|
|
Loading…
Reference in a new issue