chore: worklfow testing
This commit is contained in:
parent
3b0cb975ef
commit
71a272c526
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker-multiplatform.yml
vendored
3
.github/workflows/docker-multiplatform.yml
vendored
|
@ -22,7 +22,8 @@ jobs:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.tag }}
|
- ref: ${{ inputs.tag }}
|
||||||
|
if: "${{ inputs.tag != '' }}"
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
id: prep
|
id: prep
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue