Skip to content

Commit

Permalink
chore: enable submodules in docker build, add zkevm_quests branch for…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
xadahiya committed Nov 25, 2023
1 parent 71b15cf commit a0d1c45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a0d1c45

Please sign in to comment.