Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump flowfuse/github-actions-workflows from 0.34.0 to 0.36.0 #479

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.36.0
with:
image_name: 'file-server'
package_dependencies: |
Expand All @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: production
service_name: 'file-server'
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
if: false
name: Deploy to staging environment
needs: build
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: stage
service_name: 'file-server'
Expand All @@ -136,7 +136,7 @@ jobs:
if: false
name: Deploy to production environment
needs: [build, deploy-stage]
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: production
service_name: 'file-server'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/flowforge-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.36.0
with:
image_name: 'forge-k8s'
package_dependencies: |
Expand All @@ -48,7 +48,7 @@ jobs:
name: Upload image to staging registry
needs: build
# needs: build-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: stage
service_name: 'forge-k8s'
Expand All @@ -68,7 +68,7 @@ jobs:
name: Upload image to production registry
# needs: build-multi-architecture
needs: build
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: production
service_name: 'forge-k8s'
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
if: false
name: Deploy to staging environment
needs: build
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: stage
service_name: 'forge-k8s'
Expand All @@ -142,7 +142,7 @@ jobs:
if: false
name: Deploy to production environment
needs: [build, deploy-stage]
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: production
service_name: 'forge-k8s'
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/nodered-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.36.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile
Expand All @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: production
service_name: 'node-red'
Expand All @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.36.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-2.2.x
Expand All @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: production
service_name: 'node-red'
Expand All @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.36.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-3.1
Expand All @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: production
service_name: 'node-red'
Expand All @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.36.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-4.0
Expand All @@ -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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.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.34.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.36.0
with:
environment: production
service_name: 'node-red'
Expand Down
Loading