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
|
- main
|
||||||
tags:
|
tags:
|
||||||
- '**'
|
- '**'
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
tag:
|
|
||||||
description: 'Repo Branch/Tag'
|
|
||||||
default: 'main'
|
|
||||||
type: 'string'
|
|
||||||
required: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
@ -21,9 +14,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
- ref: ${{ inputs.tag }}
|
|
||||||
if: "${{ inputs.tag != '' }}"
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
id: prep
|
id: prep
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue