mirror of
https://github.com/ajnart/homarr.git
synced 2025-10-30 18:15:56 +01:00
💚 CI
This commit is contained in:
7
.github/workflows/docker_dev.yml
vendored
7
.github/workflows/docker_dev.yml
vendored
@@ -15,9 +15,9 @@ on:
|
|||||||
- '**.md'
|
- '**.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tags:
|
tag:
|
||||||
required: true
|
required: true
|
||||||
description: 'Tags to deploy to'
|
description: 'Tag to deploy to'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
@@ -79,7 +79,8 @@ jobs:
|
|||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
tpye=raw,value=dev,priority=1
|
type=raw,value=${{ github.event.inputs.tag }}, prefix=test-${{ github.event.inputs.tag }},enable=${{ github.event.inputs.tag }}
|
||||||
|
tpye=raw,value=dev,priority=1,enable=!${{ github.event.inputs.tags }}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user