mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +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 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
|
||||
QUAY_USER: ${{ secrets.QUAY_USER }}
|
||||
|
||||
jobs:
|
||||
changes: # changes detection
|
||||
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' }}
|
||||
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
||||
secrets: inherit
|
||||
env:
|
||||
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
|
||||
QUAY_USER: ${{ secrets.QUAY_USER }}
|
||||
PR_NUMBER: ${{ inputs.image_tag}}
|
||||
|
||||
|
||||
|
||||
test-common:
|
||||
needs: build-docker-image
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user