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'
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ inputs.tag }}
|
||||
- ref: ${{ inputs.tag }}
|
||||
if: "${{ inputs.tag != '' }}"
|
||||
- name: Prepare
|
||||
id: prep
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue