Skip to content

Commit

Permalink
fix: add default features for docker workflow (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb authored and atanmarko committed Oct 13, 2023
1 parent ab4bad9 commit 89fd912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
DEFAULT_FEATURES: tce,sequencer,node,subnet
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
AWS_SHARED_CREDENTIALS_FILE: "${{ github.workspace }}/.aws/credentials"
Expand All @@ -22,7 +22,7 @@ on:
features:
required: false
type: string
default: tce,sequencer,network
default: tce,sequencer,network,node,subnet
outputs:
tags:
description: "Docker tags"
Expand Down

0 comments on commit 89fd912

Please sign in to comment.