@@ -29,7 +29,7 @@ concurrency:
2929jobs :
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
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'
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'
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