diff --git a/.github/workflows/docker_utils.yml b/.github/workflows/docker_utils.yml index 056eb5430..3f61f9a7c 100644 --- a/.github/workflows/docker_utils.yml +++ b/.github/workflows/docker_utils.yml @@ -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" @@ -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"