Skip to content

Commit

Permalink
try chaining again
Browse files Browse the repository at this point in the history
  • Loading branch information
esgn committed Oct 20, 2023
1 parent 080da84 commit e1591c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
description: "For what reason ?"
default: "Testing"
workflow_run:
workflows:
- "build base image"
workflows: [build base image]
types:
- completed

env:
IMAGE_NAME: geoflow-bundle-builder
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-docker-lod22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
description: "For what reason ?"
default: "Testing"
workflow_run:
workflows:
- "build builder image"
workflows: [build builder image]
types:
- completed

env:
IMAGE_NAME: geoflow-bundle-builder
Expand Down

0 comments on commit e1591c5

Please # to comment.