Skip to content

Commit 2d4b8d7

Browse files
committed
rename to laserweb
1 parent 21e249c commit 2d4b8d7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/image-build-and-publish-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
ustreamer:
3636
- docker/ustreamer/**
3737
- scripts/build/**
38-
laserweb4:
39-
- docker/laserweb4/**
38+
laserweb:
39+
- docker/laserweb/**
4040
- scripts/build/**
4141
build:
4242
needs: changes

.github/workflows/image-build-and-publish-schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- klipperscreen
1313
- moonraker
1414
- ustreamer
15-
- laserweb4
15+
- laserweb
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: "[prind] checkout"

.github/workflows/image-build-review.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
- .github/workflows/image-build-review.yaml
4343
- scripts/build/**
4444
- docker/ustreamer/**
45-
laserweb4:
45+
laserweb:
4646
- .github/actions/**
4747
- .github/workflows/image-build-review.yaml
4848
- scripts/build/**
49-
- docker/laserweb4/**
49+
- docker/laserweb/**
5050
build:
5151
needs: changes
5252
if: ${{ needs.changes.outputs.apps != '' && toJson(fromJson(needs.changes.outputs.apps)) != '[]' }}

.github/workflows/image-docs-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
ustreamer:
3636
- .github/workflows/image-docs-publish.yaml
3737
- docker/moonraker/README.md
38-
laserweb4:
38+
laserweb:
3939
- .github/workflows/image-docs-publish.yaml
40-
- docker/laserweb4/README.md
40+
- docker/laserweb/README.md
4141
dockerhub-description:
4242
needs: changes
4343
if: ${{ needs.changes.outputs.apps != '' && toJson(fromJson(needs.changes.outputs.apps)) != '[]' }}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)