Skip to content

Commit

Permalink
Merge pull request #51 from flowforge/fix-action
Browse files Browse the repository at this point in the history
Getting there
  • Loading branch information
hardillb committed Sep 29, 2022
2 parents d3bcfc2 + 0e4f88e commit 732a43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
- name: Build and push FlowForge Application container
uses: docker/build-push-action@v2
with:
context: helm/flowforge-container
file: helm/flowforge-contianer/Dockerfile
context: helm/node-red-container
file: helm/node-red-container/Dockerfile
platforms: linux/amd64, linux/arm64
tags: ${{ steps.meta.outputs.tags }}
push: true

0 comments on commit 732a43f

Please sign in to comment.