Skip to content

Commit cc53062

Browse files
chore(deps): bump flowfuse/github-actions-workflows from 0.39.0 to 0.40.0 (#628)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a4f7f1 commit cc53062

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/fileserver-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
build:
3131
name: Build single-architecture container images
32-
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0
32+
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0
3333
with:
3434
image_name: 'file-server'
3535
package_dependencies: |
@@ -45,7 +45,7 @@ jobs:
4545
if: github.ref_name == 'main'
4646
name: Upload image to staging registry
4747
needs: build
48-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
48+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
4949
with:
5050
environment: stage
5151
service_name: 'file-server'
@@ -63,7 +63,7 @@ jobs:
6363
if: github.ref_name == 'main'
6464
name: Upload image to production registry
6565
needs: build
66-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
66+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
6767
with:
6868
environment: production
6969
service_name: 'file-server'

.github/workflows/flowforge-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ concurrency:
3030
jobs:
3131
build:
3232
name: Build single-architecture container images
33-
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0
33+
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0
3434
with:
3535
image_name: 'forge-k8s'
3636
package_dependencies: |
@@ -47,7 +47,7 @@ jobs:
4747
if: github.ref_name == 'main'
4848
name: Upload image to staging registry
4949
needs: build
50-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
50+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
5151
with:
5252
environment: stage
5353
service_name: 'forge-k8s'
@@ -65,7 +65,7 @@ jobs:
6565
if: github.ref_name == 'main'
6666
name: Upload image to production registry
6767
needs: build
68-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
68+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
6969
with:
7070
environment: production
7171
service_name: 'forge-k8s'

.github/workflows/nodered-container.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
build-302:
3131
name: Build 3.0.2 container images
32-
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0
32+
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0
3333
with:
3434
image_name: 'node-red'
3535
dockerfile_path: Dockerfile
@@ -49,7 +49,7 @@ jobs:
4949
name: Upload image to staging ECR
5050
if: github.ref_name == 'main'
5151
needs: build-302
52-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
52+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
5353
with:
5454
environment: stage
5555
service_name: 'node-red'
@@ -67,7 +67,7 @@ jobs:
6767
name: Upload image to production ECR
6868
if: github.ref_name == 'main'
6969
needs: build-302
70-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
70+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
7171
with:
7272
environment: production
7373
service_name: 'node-red'
@@ -84,7 +84,7 @@ jobs:
8484

8585
build-223:
8686
name: Build 2.2.3 container images
87-
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0
87+
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0
8888
with:
8989
image_name: 'node-red'
9090
dockerfile_path: Dockerfile-2.2.x
@@ -103,7 +103,7 @@ jobs:
103103
name: Upload image to staging ECR
104104
if: github.ref_name == 'main'
105105
needs: build-223
106-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
106+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
107107
with:
108108
environment: stage
109109
service_name: 'node-red'
@@ -121,7 +121,7 @@ jobs:
121121
name: Upload image to production ECR
122122
if: github.ref_name == 'main'
123123
needs: build-223
124-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
124+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
125125
with:
126126
environment: production
127127
service_name: 'node-red'
@@ -138,7 +138,7 @@ jobs:
138138

139139
build-310:
140140
name: Build 3.1.x container images
141-
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0
141+
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0
142142
with:
143143
image_name: 'node-red'
144144
dockerfile_path: Dockerfile-3.1
@@ -157,7 +157,7 @@ jobs:
157157
name: Upload image to staging ECR
158158
if: github.ref_name == 'main'
159159
needs: build-310
160-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
160+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
161161
with:
162162
environment: stage
163163
service_name: 'node-red'
@@ -175,7 +175,7 @@ jobs:
175175
name: Upload image to production ECR
176176
if: github.ref_name == 'main'
177177
needs: build-310
178-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
178+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
179179
with:
180180
environment: production
181181
service_name: 'node-red'
@@ -192,7 +192,7 @@ jobs:
192192

193193
build-40:
194194
name: Build 4.0.x container images
195-
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0
195+
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0
196196
with:
197197
image_name: 'node-red'
198198
dockerfile_path: Dockerfile-4.0
@@ -211,7 +211,7 @@ jobs:
211211
name: Upload image to staging ECR
212212
if: github.ref_name == 'main'
213213
needs: build-40
214-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
214+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
215215
with:
216216
environment: stage
217217
service_name: 'node-red'
@@ -229,7 +229,7 @@ jobs:
229229
name: Upload image to production ECR
230230
if: github.ref_name == 'main'
231231
needs: build-40
232-
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0
232+
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0
233233
with:
234234
environment: production
235235
service_name: 'node-red'

0 commit comments

Comments
 (0)