Skip to content

Commit

Permalink
Bump workflow versions to v0.10.0 in flowforge-container pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed May 8, 2024
1 parent a5816d4 commit b97570f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.5.1
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.10.0
with:
image_name: 'forge-k8s'
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.5.1
uses: flowfuse/github-actions-workflows/.github/workflows/merge_multiarch_images.yml@v0.10.0
with:
image_name: 'forge-k8s'
secrets:
Expand All @@ -55,7 +55,7 @@ jobs:
if: github.ref_name == 'main'
name: Deploy to staging environment
needs: build-multi-architecture
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.5.1
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.10.0
with:
environment: stage
service_name: 'forge-k8s'
Expand All @@ -72,7 +72,7 @@ jobs:
if: github.ref_name == 'main'
name: Deploy to production environment
needs: [build-multi-architecture, deploy-stage]
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.5.1
uses: flowfuse/github-actions-workflows/.github/workflows/deploy_container_image.yml@v0.10.0
with:
environment: production
service_name: 'forge-k8s'
Expand Down

0 comments on commit b97570f

Please sign in to comment.