change image tag

This commit is contained in:
aya 2024-12-01 13:48:10 +02:00
parent e1b7aa002c
commit 37e6223b8e
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
inputs:
image_tag:
type: string
default: "3181"
default: {{wakuorg/nwaku:3181}}
outputs:
image:
description: The resulting image link

View File

@ -18,7 +18,7 @@ jobs:
test-common:
needs: build-docker-image
uses: ./.github/workflows/test_common.yml
with:
node1: ${{ needs.build-docker-image.outputs.image }}
node2: ${{ needs.build-docker-image.outputs.image }}