reformat?

This commit is contained in:
Hayden 2022-10-11 09:09:17 -08:00
parent 3aae71ee18
commit 6b1110b3c5
2 changed files with 6 additions and 3 deletions

View file

@ -51,7 +51,8 @@ jobs:
--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 .
--platform linux/amd64,linux/arm64,linux/arm/v7 \
.
- name: build release tagged the image
if: ${{ inputs.release == true }}
@ -62,4 +63,5 @@ jobs:
--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 .
--platform linux/amd64,linux/arm64,linux/arm/v7 \
.