From a0d1c45d46d2f5e6995edf1e97f8541837eeb600 Mon Sep 17 00:00:00 2001 From: Akshay Dahiya Date: Sat, 25 Nov 2023 10:35:13 +0530 Subject: [PATCH] chore: enable submodules in docker build, add zkevm_quests branch for build --- .github/workflows/docker-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index eca949b4..c033daa7 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -9,7 +9,7 @@ on: release: types: ['published'] push: - branches: [ "dockerify", "testnet_pretask", "testnet_5_pairs" ] + branches: [ "dockerify", "testnet_pretask", "testnet_5_pairs", "zkevm_quests" ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] pull_request: @@ -37,6 +37,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + submodules: recursive # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer