We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce66598 + 431e504 commit 36fe888Copy full SHA for 36fe888
.github/workflows/branch-deploy.yaml
@@ -202,7 +202,7 @@ jobs:
202
needs.validate-user.outputs.is_org_member == 'true' &&
203
github.event_name == 'workflow_dispatch' &&
204
(always() && needs.publish_nr_launcher.result == 'success')
205
- uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.43.0
+ uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.45.0
206
with:
207
image_name: 'node-red'
208
dockerfile_path: Dockerfile
0 commit comments