This commit is contained in:
ajnart
2022-07-25 00:05:28 +02:00
parent 77daffcc4b
commit 0ce3c4cd83

View File

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