Skip to content

Commit 544988f

Browse files
lhoupertclaude
andcommitted
ci(workshop): also build the image on the workshop branch
The workshop Lab image needs publishing before the branch merges to main. Add foss4geu-helmchart to the publish workflow's push trigger so CI builds and pushes ghcr.io/<owner>/eoapi-workshop from this branch. Editing the workflow file matches its own path filter, so this push triggers the build. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1904e42 commit 544988f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-workshop-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ on:
77
push:
88
branches:
99
- main
10+
- foss4geu-helmchart # workshop branch — image is built from here for now
1011
paths:
1112
- Dockerfile.local
1213
- environment.yml
1314
- docs/**
1415
- .github/workflows/publish-workshop-image.yml
15-
workflow_dispatch: {} # manual run — e.g. to build from the workshop branch
16+
workflow_dispatch: {} # manual run (once this workflow is on the default branch)
1617

1718
jobs:
1819
publish:

0 commit comments

Comments
 (0)