Skip to content

Commit

Permalink
Fix workflows tag version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Dec 12, 2023
1 parent 4b32e0c commit 38bd896
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
build:
name: Build single-architecture container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@0.2.1
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.2.1
with:
image_name: 'file-server'
package_dependencies: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flowforge-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
build:
name: Build single-architecture container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@0.2.1
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.2.1
with:
image_name: 'forge-k8s'
package_dependencies: |
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 @@ -23,7 +23,7 @@ concurrency:
jobs:
build-302:
name: Build 3.0.2 container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@0.2.1
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.2.1
with:
image_name: 'node-red'
dockerfile_path: Dockerfile
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

build-223:
name: Build 2.2.3 container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@0.2.1
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.2.1
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-2.2.x
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

build-310:
name: Build 3.1.x container images
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@0.2.1
uses: flowfuse/github-actions-workflows/.github/workflows/build_container_image.yml@v0.2.1
with:
image_name: 'node-red'
dockerfile_path: Dockerfile-3.1
Expand Down

0 comments on commit 38bd896

Please sign in to comment.