diff --git a/.github/workflows/fileserver-container.yml b/.github/workflows/fileserver-container.yml index 16a3f137..87594f2b 100644 --- a/.github/workflows/fileserver-container.yml +++ b/.github/workflows/fileserver-container.yml @@ -29,7 +29,7 @@ concurrency: jobs: build: name: Build single-architecture container images - uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0 with: image_name: 'file-server' package_dependencies: | @@ -45,7 +45,7 @@ jobs: if: github.ref_name == 'main' name: Upload image to staging registry needs: build - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: stage service_name: 'file-server' @@ -63,7 +63,7 @@ jobs: if: github.ref_name == 'main' name: Upload image to production registry needs: build - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: production service_name: 'file-server' diff --git a/.github/workflows/flowforge-container.yml b/.github/workflows/flowforge-container.yml index 1384891b..e77fa7e1 100644 --- a/.github/workflows/flowforge-container.yml +++ b/.github/workflows/flowforge-container.yml @@ -30,7 +30,7 @@ concurrency: jobs: build: name: Build single-architecture container images - uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0 with: image_name: 'forge-k8s' package_dependencies: | @@ -47,7 +47,7 @@ jobs: if: github.ref_name == 'main' name: Upload image to staging registry needs: build - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: stage service_name: 'forge-k8s' @@ -65,7 +65,7 @@ jobs: if: github.ref_name == 'main' name: Upload image to production registry needs: build - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: production service_name: 'forge-k8s' diff --git a/.github/workflows/nodered-container.yml b/.github/workflows/nodered-container.yml index 341e491e..ff24b7db 100644 --- a/.github/workflows/nodered-container.yml +++ b/.github/workflows/nodered-container.yml @@ -29,7 +29,7 @@ concurrency: jobs: build-302: name: Build 3.0.2 container images - uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0 with: image_name: 'node-red' dockerfile_path: Dockerfile @@ -49,7 +49,7 @@ jobs: name: Upload image to staging ECR if: github.ref_name == 'main' needs: build-302 - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: stage service_name: 'node-red' @@ -67,7 +67,7 @@ jobs: name: Upload image to production ECR if: github.ref_name == 'main' needs: build-302 - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: production service_name: 'node-red' @@ -84,7 +84,7 @@ jobs: build-223: name: Build 2.2.3 container images - uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0 with: image_name: 'node-red' dockerfile_path: Dockerfile-2.2.x @@ -103,7 +103,7 @@ jobs: name: Upload image to staging ECR if: github.ref_name == 'main' needs: build-223 - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: stage service_name: 'node-red' @@ -121,7 +121,7 @@ jobs: name: Upload image to production ECR if: github.ref_name == 'main' needs: build-223 - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: production service_name: 'node-red' @@ -138,7 +138,7 @@ jobs: build-310: name: Build 3.1.x container images - uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0 with: image_name: 'node-red' dockerfile_path: Dockerfile-3.1 @@ -157,7 +157,7 @@ jobs: name: Upload image to staging ECR if: github.ref_name == 'main' needs: build-310 - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: stage service_name: 'node-red' @@ -175,7 +175,7 @@ jobs: name: Upload image to production ECR if: github.ref_name == 'main' needs: build-310 - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: production service_name: 'node-red' @@ -192,7 +192,7 @@ jobs: build-40: name: Build 4.0.x container images - uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.40.0 with: image_name: 'node-red' dockerfile_path: Dockerfile-4.0 @@ -211,7 +211,7 @@ jobs: name: Upload image to staging ECR if: github.ref_name == 'main' needs: build-40 - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: stage service_name: 'node-red' @@ -229,7 +229,7 @@ jobs: name: Upload image to production ECR if: github.ref_name == 'main' needs: build-40 - uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.39.0 + uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.40.0 with: environment: production service_name: 'node-red'