forked from mirrors/homebox
hardcode
This commit is contained in:
parent
e62529b314
commit
e48109e530
1 changed files with 1 additions and 1 deletions
2
.github/workflows/partial-publish.yaml
vendored
2
.github/workflows/partial-publish.yaml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
if: ${{ inputs.release == false }}
|
||||
run: |
|
||||
docker build --push --no-cache \
|
||||
--tag=ghcr.io/hay-kot/homebox:{{ inputs.tag }} \
|
||||
--tag=ghcr.io/hay-kot/homebox:nightly \
|
||||
--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