mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
Fix yml build
This commit is contained in:
parent
3c9683d4ae
commit
8302506a7a
10
.github/workflows/nim_waku_daily.yml
vendored
10
.github/workflows/nim_waku_daily.yml
vendored
@ -9,6 +9,10 @@ on:
|
|||||||
- cron: '0 4 * * *'
|
- cron: '0 4 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
env:
|
||||||
|
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
|
||||||
|
QUAY_USER: ${{ secrets.QUAY_USER }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
changes: # changes detection
|
changes: # changes detection
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@ -47,10 +51,8 @@ jobs:
|
|||||||
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
|
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
|
||||||
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
env:
|
|
||||||
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
|
|
||||||
QUAY_USER: ${{ secrets.QUAY_USER }}
|
|
||||||
PR_NUMBER: ${{ inputs.image_tag}}
|
|
||||||
|
|
||||||
test-common:
|
test-common:
|
||||||
needs: build-docker-image
|
needs: build-docker-image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user