Skip to content

test: Test build container image workflow - remove dummy job #3

test: Test build container image workflow - remove dummy job

test: Test build container image workflow - remove dummy job #3

name: test-container-image
on:
push:
branches:
- test-container-image-workflow
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-docker-image:
uses: waku-org/go-waku/.github/workflows/container-image.yml@test-container-image-workflow
secrets: inherit