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 }}