Skip to content

Commit 90c0faf

Browse files
Update deployment workflow to use version 4 for Docker build
1 parent 75f33d6 commit 90c0faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Deploy-Test-Cleanup (v2) Linux
22
on:
33
workflow_run:
4-
workflows: ["Build Docker and Optional Push v3"]
4+
workflows: ["Build Docker and Optional Push v4"]
55
types:
66
- completed
77
branches:
88
- main
9-
- dev-v3
9+
- dev-v4
1010
- hotfix
1111
workflow_dispatch:
1212
inputs:

0 commit comments

Comments
 (0)