Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: stage
service_name: 'file-server'
Expand All @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: production
service_name: 'file-server'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flowforge-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: stage
service_name: 'forge-k8s'
Expand All @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: production
service_name: 'forge-k8s'
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/nodered-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: production
service_name: 'node-red'
Expand Down Expand Up @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: production
service_name: 'node-red'
Expand Down Expand Up @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: production
service_name: 'node-red'
Expand Down Expand Up @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -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.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: production
service_name: 'node-red'
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
name: Upload image to staging ECR
if: github.ref_name == 'main'
needs: build-41
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -283,7 +283,7 @@ jobs:
name: Upload image to production ECR
if: github.ref_name == 'main'
needs: build-41
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.43.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.44.0
with:
environment: production
service_name: 'node-red'
Expand Down