mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
fix typo
This commit is contained in:
2
.github/workflows/partial-publish.yaml
vendored
2
.github/workflows/partial-publish.yaml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: build release tagged the image
|
- name: build release tagged the image
|
||||||
if: ${{ inputs.release == true }}
|
if: ${{ inputs.release == true }}
|
||||||
run: |
|
run: |
|
||||||
docker build --push --no \
|
docker build --push --no-cache \
|
||||||
--tag ghcr.io/hay-kot/homebox:nightly \
|
--tag ghcr.io/hay-kot/homebox:nightly \
|
||||||
--tag ghcr.io/hay-kot/homebox:latest \
|
--tag ghcr.io/hay-kot/homebox:latest \
|
||||||
--tag ghcr.io/hay-kot/homebox:${{ inputs.tag }} \
|
--tag ghcr.io/hay-kot/homebox:${{ inputs.tag }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user