ci/cd - fix wait-on variable

This commit is contained in:
florian 2023-04-30 04:14:46 +02:00
parent 8867eb23be
commit ae33ca52ed
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ jobs:
- name: Wait for SSH
uses: iFaxity/wait-on-action@628831cec646e6dacca502f34a6c6b46e131e51d
with:
resource: tcp://${{ fromJson(steps.scw.outputs.json).public_ip.address }}:22
timeout: 600000
resource: tcp:${{ fromJson(steps.scw.outputs.json).public_ip.address }}:22
timeout: 300000
- name: Setup SSH for ARM node
if: inputs.CACHE_SUFFIX == 'arm'
run: |