Skip to content

Commit

Permalink
chore(deps): bump flowfuse/github-actions-workflows
Browse files Browse the repository at this point in the history
Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.14.0 to 0.29.0.
- [Commits](FlowFuse/github-actions-workflows@v0.14.0...v0.29.0)

---
updated-dependencies:
- dependency-name: flowfuse/github-actions-workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 6875ef6 commit d23b2ec
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
12 changes: 6 additions & 6 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.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.29.0
with:
image_name: 'file-server'
package_dependencies: |
Expand All @@ -45,7 +45,7 @@ jobs:
build-multi-architecture:
name: Build multi-architecture container image
needs: build
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.14.0
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.29.0
with:
image_name: 'file-server'
architecture_suffixes: |
Expand All @@ -57,7 +57,7 @@ jobs:
if: github.ref_name == 'main'
name: Upload image to staging registry
needs: build-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: stage
service_name: 'file-server'
Expand All @@ -75,7 +75,7 @@ jobs:
if: github.ref_name == 'main'
name: Upload image to production registry
needs: build-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: production
service_name: 'file-server'
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
if: false
name: Deploy to staging environment
needs: build-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: stage
service_name: 'file-server'
Expand All @@ -148,7 +148,7 @@ jobs:
if: false
name: Deploy to production environment
needs: [build-multi-architecture, deploy-stage]
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: production
service_name: 'file-server'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/flowforge-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.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.29.0
with:
image_name: 'forge-k8s'
package_dependencies: |
Expand All @@ -46,7 +46,7 @@ jobs:
build-multi-architecture:
name: Build multi-architecture container image
needs: build
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.14.0
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.29.0
with:
image_name: 'forge-k8s'
architecture_suffixes: |
Expand All @@ -58,7 +58,7 @@ jobs:
if: github.ref_name == 'main'
name: Upload image to staging registry
needs: build-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: stage
service_name: 'forge-k8s'
Expand All @@ -76,7 +76,7 @@ jobs:
if: github.ref_name == 'main'
name: Upload image to production registry
needs: build-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: production
service_name: 'forge-k8s'
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
if: false
name: Deploy to staging environment
needs: build-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: stage
service_name: 'forge-k8s'
Expand All @@ -149,7 +149,7 @@ jobs:
if: false
name: Deploy to production environment
needs: [build-multi-architecture, deploy-stage]
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: production
service_name: 'forge-k8s'
Expand Down
32 changes: 16 additions & 16 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.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.29.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile
Expand All @@ -46,7 +46,7 @@ jobs:
build-302-multi-architecture:
name: Build multi-architecture container image
needs: build-302
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.14.0
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.29.0
with:
image_name: 'node-red'
image_tag_prefix: '3.0.2-'
Expand All @@ -58,7 +58,7 @@ jobs:
name: Upload image to staging ECR
if: github.ref_name == 'main'
needs: build-302-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -76,7 +76,7 @@ jobs:
name: Upload image to production ECR
if: github.ref_name == 'main'
needs: build-302-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: production
service_name: 'node-red'
Expand All @@ -93,7 +93,7 @@ jobs:

build-223:
name: Build 2.2.3 container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.29.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-2.2.x
Expand All @@ -110,7 +110,7 @@ jobs:
build-223-multi-architecture:
name: Build multi-architecture container image
needs: build-223
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.14.0
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.29.0
with:
image_name: 'node-red'
image_tag_prefix: '2.2.3-'
Expand All @@ -122,7 +122,7 @@ jobs:
name: Upload image to staging ECR
if: github.ref_name == 'main'
needs: build-223-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -140,7 +140,7 @@ jobs:
name: Upload image to production ECR
if: github.ref_name == 'main'
needs: build-223-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: production
service_name: 'node-red'
Expand All @@ -157,7 +157,7 @@ jobs:

build-310:
name: Build 3.1.x container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.29.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-3.1
Expand All @@ -174,7 +174,7 @@ jobs:
build-310-multi-architecture:
name: Build multi-architecture container image
needs: build-310
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.14.0
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.29.0
with:
image_name: 'node-red'
image_tag_prefix: '3.1.x-'
Expand All @@ -186,7 +186,7 @@ jobs:
name: Upload image to staging ECR
if: github.ref_name == 'main'
needs: build-310-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -204,7 +204,7 @@ jobs:
name: Upload image to production ECR
if: github.ref_name == 'main'
needs: build-310-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: production
service_name: 'node-red'
Expand All @@ -221,7 +221,7 @@ jobs:

build-40:
name: Build 4.0.x container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.29.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-4.0
Expand All @@ -238,7 +238,7 @@ jobs:
build-40-multi-architecture:
name: Build multi-architecture container image
needs: build-40
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.14.0
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.29.0
with:
image_name: 'node-red'
image_tag_prefix: '4.0.x-'
Expand All @@ -250,7 +250,7 @@ jobs:
name: Upload image to staging ECR
if: github.ref_name == 'main'
needs: build-40-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -268,7 +268,7 @@ jobs:
name: Upload image to production ECR
if: github.ref_name == 'main'
needs: build-40-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.28.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.29.0
with:
environment: production
service_name: 'node-red'
Expand Down

0 comments on commit d23b2ec

Please sign in to comment.