This commit is contained in:
Hayden 2022-10-11 09:44:07 -08:00
parent 92c29a37e1
commit 48a719d385

View file

@ -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 }} \