Skip to content

Commit

Permalink
Merge pull request #175 from flowforge/feat-pin-reusable-workflows-to…
Browse files Browse the repository at this point in the history
…-sha

Pin reusable workflow to commit SHA
  • Loading branch information
knolleary committed Sep 12, 2023
2 parents d475071 + 012ba59 commit 49efad4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
build-stage:
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@main
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@e3e734b910af78371b2c9a1c6856446d17421f50
with:
environment: 'stage'
image_name: 'file-server'
Expand All @@ -34,7 +34,7 @@ jobs:
build-prod:
name: Build production image
if: false
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@main
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@e3e734b910af78371b2c9a1c6856446d17421f50
with:
environment: 'production'
image_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 @@ -19,7 +19,7 @@ on:
jobs:
build-stage:
name: Build stage image
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@main
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@e3e734b910af78371b2c9a1c6856446d17421f50
with:
environment: 'stage'
image_name: 'forge-k8s'
Expand All @@ -36,7 +36,7 @@ jobs:
build-prod:
name: Build production image
if: false
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@main
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@e3e734b910af78371b2c9a1c6856446d17421f50
with:
environment: 'production'
image_name: 'forge-k8s'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nodered-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
build-stage-302:
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@main
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@e3e734b910af78371b2c9a1c6856446d17421f50
with:
environment: 'stage'
image_name: 'node-red'
Expand All @@ -32,7 +32,7 @@ jobs:
aws_access_key_id: ${{ secrets.STAGING_AWS_ID }}
aws_access_key_secret: ${{ secrets.STAGING_AWS_KEY }}
build-stage-223:
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@main
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@e3e734b910af78371b2c9a1c6856446d17421f50
with:
environment: 'stage'
image_name: 'node-red'
Expand All @@ -47,7 +47,7 @@ jobs:
aws_access_key_id: ${{ secrets.STAGING_AWS_ID }}
aws_access_key_secret: ${{ secrets.STAGING_AWS_KEY }}
build-stage-310:
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@main
uses: flowforge/github-actions-workflows/.github/workflows/build_container_image.yml@e3e734b910af78371b2c9a1c6856446d17421f50
with:
environment: 'stage'
image_name: 'node-red'
Expand Down

0 comments on commit 49efad4

Please sign in to comment.