From 88daeae65feb951516aeee01b6dd6a0300f283ca Mon Sep 17 00:00:00 2001 From: Matthias Treber <32551754+materpillar@users.noreply.github.com> Date: Tue, 2 May 2023 17:06:31 +0200 Subject: [PATCH] Release for Capella 6.1.0 --- .github/workflows/publish-image.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 14b9f86..a97438c 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -20,7 +20,7 @@ jobs: - name: Push image to Dockerhub uses: docker/build-push-action@v4 with: - tags: mtreber/capella-html-exporter:${GITHUB_REF_NAME} + tags: mtreber/capella-html-exporter:v6.1.0-0 push: true - name: Checkout diff --git a/action.yml b/action.yml index 64dd37d..055b0d4 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: runs: using: 'docker' - image: mtreber/capella-html-exporter:latest + image: mtreber/capella-html-exporter:v6.1.0-0 args: - ${{ inputs.model-name }} - /github/workspace/${{ inputs.path-model-folder }}