Skip to content

Commit

Permalink
Fix Publish + touch again dispatcher/frontend to trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Aug 31, 2023
1 parent ce5a537 commit 3427596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
dispatcher_backend:
- 'dispatcher/backend/**'
dispatcher_frontend_ui:
- 'dispatcher/frontend_ui/**'
- 'dispatcher/frontend-ui/**'
dnscache:
- 'dnscache/**'
monitor:
Expand All @@ -51,7 +51,7 @@ jobs:
- 'workers/**'
dnscache:
name: Deploy dnscache Image
name: Dnscache build
runs-on: ubuntu-22.04
needs: paths-filter
if: needs.paths-filter.outputs.dnscache == 'true'
Expand All @@ -73,7 +73,7 @@ jobs:
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}

uploader:
name: Build and push uploader Image
name: Uploader build
runs-on: ubuntu-22.04
needs: paths-filter
if: needs.paths-filter.outputs.uploader == 'true'
Expand Down
1 change: 0 additions & 1 deletion dispatcher/frontend-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ yarn lint

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

0 comments on commit 3427596

Please sign in to comment.