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

Bump flowfuse/github-actions-workflows from 0.37.0 to 0.38.0 #4896

Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/branch-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
github.event_name == 'workflow_dispatch' &&
github.event.action != 'closed' &&
inputs.driver_k8s_branch != 'main'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.37.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.38.0'
with:
package_name: driver-k8s
publish_package: true
Expand All @@ -87,7 +87,7 @@ jobs:
github.event_name == 'workflow_dispatch' &&
github.event.action != 'closed' &&
inputs.nr_launcher_branch != 'main'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.37.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.38.0'
with:
package_name: flowfuse-nr-launcher
publish_package: true
Expand All @@ -107,7 +107,7 @@ jobs:
github.event_name == 'workflow_dispatch' &&
github.event.action != 'closed' &&
(always() && needs.publish_nr_launcher.result != 'failure')
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.37.0
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.38.0
with:
image_name: 'node-red'
dockerfile_path: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: |
needs.check-tests-status.outputs.tests_status == 'success' && github.ref == 'refs/heads/main'
needs: check-tests-status
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.37.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.38.0'
with:
package_name: flowfuse
build_package: true
Expand Down
Loading