Skip to content

Commit

Permalink
Generate containers when yarn.lock is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Dec 18, 2023
1 parent 7c1db62 commit 9e5a18d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/odis-combiner-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'dockerfiles/Dockerfile-combiner'
- 'apps/combiner/**'
- 'yarn.lock'
branches:
- main
tags:
Expand All @@ -14,6 +15,7 @@ on:
paths:
- 'dockerfiles/Dockerfile-combiner'
- 'apps/combiner/**'
- 'yarn.lock'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/odis-loadtest-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'dockerfiles/Dockerfile-loadtest'
- 'apps/monitor/**'
- 'yarn.lock'
branches:
- main
tags:
Expand All @@ -14,6 +15,7 @@ on:
paths:
- 'dockerfiles/Dockerfile-loadtest'
- 'apps/monitor/**'
- 'yarn.lock'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/odis-signer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'dockerfiles/Dockerfile-signer'
- 'apps/signer/**'
- 'yarn.lock'
branches:
- main
tags:
Expand All @@ -14,6 +15,7 @@ on:
paths:
- 'dockerfiles/Dockerfile-signer'
- 'apps/signer/**'
- 'yarn.lock'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9e5a18d

Please sign in to comment.