5 Commits

Author SHA1 Message Date
Gergő Jedlicska 008772a47e Update to new speckle automate action
Signed-off-by: Gergő Jedlicska <57442769+gjedlicska@users.noreply.github.com>
2023-09-18 17:51:09 +02:00
Gergő Jedlicska 5d41ad720f Update action.yml
Signed-off-by: Gergő Jedlicska <57442769+gjedlicska@users.noreply.github.com>
2023-08-11 16:22:50 +02:00
Gergő Jedlicska a7568a91bd fix missing action id definition
Signed-off-by: Gergő Jedlicska <57442769+gjedlicska@users.noreply.github.com>
2023-08-11 16:19:11 +02:00
Gergő Jedlicska ef6a3b899f Update action.yml
Signed-off-by: Gergő Jedlicska <57442769+gjedlicska@users.noreply.github.com>
2023-08-11 16:06:43 +02:00
Gergő Jedlicska 3ea9375091 Update action.yml
Signed-off-by: Gergő Jedlicska <57442769+gjedlicska@users.noreply.github.com>
2023-08-10 17:23:02 +02:00
+3 -2
View File
@@ -34,7 +34,8 @@ runs:
steps:
- uses: actions/checkout@v3.5.3 # checkout the repository in which this GitHub Action is being used.
- name: Speckle Automate function version publisher
uses: specklesystems/speckle-automate-github-action@0.2.3
uses: specklesystems/speckle-automate-github-action@0.5.0
id: register_speckle_function_version
with:
speckle_automate_url: ${{ inputs.speckle_automate_url }}
speckle_token: ${{ inputs.speckle_token }}
@@ -52,6 +53,6 @@ runs:
with:
context: ${{ inputs.docker_context }}
file: ${{ inputs.dockerfile_path }}
tags: ${{ steps.register-speckle-function-version.outputs.speckle_automate_host }}/${{ inputs.speckle_function_id }}:${{ steps.register-speckle-function-version.outputs.version_id }}
tags: ${{ steps.register_speckle_function_version.outputs.speckle_automate_host }}/${{ inputs.speckle_function_id }}:${{ steps.register_speckle_function_version.outputs.version_tag }}
target: ''
push: true