Skip to content

Commit 5555f5e

Browse files
committed
need for a docker container
1 parent 49aff81 commit 5555f5e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: 📦 Generate artifacts for ${{ github.event_name == 'issue_comment' &
66
on:
77
push:
88
branches:
9-
- geocat
9+
- geocat-metadata-quality-component
1010
release:
1111
types: [published]
1212
issue_comment:
@@ -20,7 +20,7 @@ concurrency:
2020
env:
2121
NODE_VERSION: 20
2222
# a list of apps to build and publish on releases
23-
APP_NAMES: datahub,metadata-editor
23+
APP_NAMES: datahub
2424

2525
jobs:
2626
checks:
@@ -88,7 +88,7 @@ jobs:
8888
- name: Build docker images for affected apps
8989
if: github.event_name != 'release'
9090
# FIXME: excluding data-platform until it has a remote registry to be pushed
91-
run: npx nx affected --target=docker-build --exclude=data-platform
91+
run: npx nx affected --target=docker-build --exclude=data-platform --exclude=metadata-editor
9292

9393
- name: Build docker images for tools
9494
working-directory: tools

0 commit comments

Comments
 (0)