Skip to content

Commit

Permalink
fix: add network to default features (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb authored and atanmarko committed Oct 13, 2023
1 parent 89fd912 commit 0838c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_utils.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: template - docker

env:
DEFAULT_FEATURES: tce,sequencer,node,subnet
DEFAULT_FEATURES: tce,sequencer,network,node,subnet
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
AWS_SHARED_CREDENTIALS_FILE: "${{ github.workspace }}/.aws/credentials"
Expand Down

0 comments on commit 0838c63

Please sign in to comment.