Skip to content

Commit

Permalink
Bump reusable workflows to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Sep 17, 2024
1 parent 2566e62 commit c7d5228
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.30.0
with:
image_name: 'file-server'
package_dependencies: |
Expand All @@ -46,7 +46,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0
with:
environment: stage
service_name: 'file-server'
Expand All @@ -64,7 +64,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.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 @@ -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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.30.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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.30.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile
Expand All @@ -48,7 +48,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -66,7 +66,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0
with:
environment: production
service_name: 'node-red'
Expand All @@ -83,7 +83,7 @@ jobs:

build-223:
name: Build 2.2.3 container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.30.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-2.2.x
Expand All @@ -101,7 +101,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -119,7 +119,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0
with:
environment: production
service_name: 'node-red'
Expand All @@ -136,7 +136,7 @@ jobs:

build-310:
name: Build 3.1.x container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.30.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-3.1
Expand All @@ -154,7 +154,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -172,7 +172,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0
with:
environment: production
service_name: 'node-red'
Expand All @@ -189,7 +189,7 @@ jobs:

build-40:
name: Build 4.0.x container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.30.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-4.0
Expand All @@ -207,7 +207,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0
with:
environment: stage
service_name: 'node-red'
Expand All @@ -225,7 +225,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.29.0
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.30.0
with:
environment: production
service_name: 'node-red'
Expand Down

0 comments on commit c7d5228

Please sign in to comment.