diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml
index ae09460..19ac795 100644
--- a/.github/workflows/workflow.yaml
+++ b/.github/workflows/workflow.yaml
@@ -8,7 +8,7 @@ on:
- published
jobs:
act:
- uses: arcalot/arcaflow-container-toolkit/.github/workflows/reusable_workflow.yaml@main
+ uses: arcalot/arcaflow-container-toolkit/.github/workflows/reusable_workflow.yaml@buildah
with:
image_name: ${{ github.event.repository.name }}
image_tag: 'latest'
diff --git a/Dockerfile b/Dockerfile
index 600e3f1..815bda2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,3 +49,5 @@ LABEL org.opencontainers.image.vendor="Arcalot project"
LABEL org.opencontainers.image.authors="Arcalot contributors"
LABEL org.opencontainers.image.title="Arcaflow Example Plugin"
LABEL io.github.arcalot.arcaflow.plugin.version="1"
+
+
diff --git a/README.md b/README.md
index dc5a09d..6332e87 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Says hello :)
Type: | scope |
---|
Root object: | InputParams |
Properties | name (one of[string] )
- Name: | Name |
---|
Description: | Who do we say hello to? |
---|
Required: | Yes |
---|
Examples (JSON encoded): |
+ Name: | Name |
---|
Description: | Who do we say hello to? |
---|
Required: | Yes |
---|
Examples (JSON encoded): |
{"_type": "fullname", "first_name": "Arca", "last_name": "Lot"}
{"_type": "nickname", "nick": "Arcalot"}
|
---|
Type: | one of[string] |
---|
|
@@ -39,7 +39,7 @@ Says hello :)
InputParams (object )
Type: | object |
---|
Properties | name (one of[string] )
- Name: | Name |
---|
Description: | Who do we say hello to? |
---|
Required: | Yes |
---|
Examples (JSON encoded): |
+ Name: | Name |
---|
Description: | Who do we say hello to? |
---|
Required: | Yes |
---|
Examples (JSON encoded): |
{"_type": "fullname", "first_name": "Arca", "last_name": "Lot"}
{"_type": "nickname", "nick": "Arcalot"}
|
---|
Type: | one of[string] |
---|
|
|
---|
|
---|