Skip to content

test: test build container image workflow #1

test: test build container image workflow

test: test build container image workflow #1

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