chore: test workflow
This commit is contained in:
parent
71a272c526
commit
6d5540bf77
1 changed files with 0 additions and 10 deletions
10
.github/workflows/docker-multiplatform.yml
vendored
10
.github/workflows/docker-multiplatform.yml
vendored
|
@ -7,13 +7,6 @@ on:
|
|||
- main
|
||||
tags:
|
||||
- '**'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: 'Repo Branch/Tag'
|
||||
default: 'main'
|
||||
type: 'string'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
@ -21,9 +14,6 @@ jobs:
|
|||
steps:
|
||||
- name: 'Checkout'
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
- ref: ${{ inputs.tag }}
|
||||
if: "${{ inputs.tag != '' }}"
|
||||
- name: Prepare
|
||||
id: prep
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue