Skip to content

Commit

Permalink
Release for Capella 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
materpillar committed May 2, 2023
1 parent 82605cf commit 88daeae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 88daeae

Please sign in to comment.