Skip to content

Commit

Permalink
fix: version in docs 4.9.2-1.0.0 to 4.9.2-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Feb 16, 2022
1 parent bcca53b commit e818b8a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ itself. For example `4.9.1-1.0.1`

## [Unreleased]

## [4.9.2-1.0.0] - 2022-02-17
## [4.9.2-1.0.3] - 2022-02-17

### Changed <!-- markdownlint-disable no-duplicate-header -->

Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ for cloning.

You can pull image from registries:

* `ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.0`
* `quay.io/woozymasta/archimate-ci:4.9.2-1.0.0`
* `docker.io/woozymasta/archimate-ci:4.9.2-1.0.0`
* `ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.3`
* `quay.io/woozymasta/archimate-ci:4.9.2-1.0.3`
* `docker.io/woozymasta/archimate-ci:4.9.2-1.0.3`

## Run Container

Expand All @@ -62,7 +62,7 @@ docker run --rm -ti \
-e ARCHI_JASPER_REPORT_ENABLED=false \
-e ARCHI_CSV_REPORT_ENABLED=true \
-e ARCHI_EXPORT_MODEL_ENABLED=true \
ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.0
ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.3
```

An example with handling a local repository:
Expand All @@ -75,13 +75,13 @@ chmod o+rw ./report
docker run --rm -ti \
-v $(pwd):/archi/project \
-v $(pwd)/report:/archi/report \
ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.0
ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.3
```

Working with the CLI directly:

```bash
docker run --rm -ti ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.0 --help
docker run --rm -ti ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.3 --help
```

## Configuration
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Deploy Archi report
id: archi
uses: WoozyMasta/[email protected].0
uses: WoozyMasta/[email protected].3
with:
archiHtmlReportEnabled: true
archiJasperReportEnabled: true
Expand All @@ -187,7 +187,7 @@ Add a configuration like this to your `./.gitlab-ci.yml` file:
pages:
stage: build
image:
name: woozymasta/archimate-ci-image:4.9.2-1.0.0
name: woozymasta/archimate-ci-image:4.9.2-1.0.3
entrypoint: [""]
script:
Expand Down Expand Up @@ -220,7 +220,7 @@ and all report paths are automatically set to `$CI_PROJECT_DIR/public`
```bash
docker build \
--tag archimate-ci:4.9.2 \
--build-arg="ARCHI_VERSION=4.9.2-1.0.0" \
--build-arg="ARCHI_VERSION=4.9.2-1.0.3" \
--build-arg="COARCHI_VERSION=0.8.2.202202161341" \
./
```
Expand All @@ -243,7 +243,7 @@ podman run --rm -ti \
-v $(pwd)/report:/archi/report \
-e GIT_REPOSITORY=https://github.com/WoozyMasta/archimate-ci-image-example.git \
-e ARCHI_JASPER_REPORT_ENABLED=false \
ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.0
ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.3
```

---
Expand All @@ -258,7 +258,7 @@ docker run --rm -ti \
-e GIT_REPOSITORY=https://github.com/WoozyMasta/archimate-ci-image-example.git
--network=host
--add-host="$(getent hosts gitlab.internal.tld | awk '{print $2 ":" $1}')"
ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.0
ghcr.io/woozymasta/archimate-ci:4.9.2-1.0.3
```

<!-- links -->
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branding:
color: blue
runs:
using: docker
image: docker://ghcr.io/woozymasta/archimate-ci-image:4.9.2-1.0.0
image: docker://ghcr.io/woozymasta/archimate-ci-image:4.9.2-1.0.3
env:
GITHUB_TOKEN: ${{ inputs.githubToken }}
ARCHI_HTML_REPORT_ENABLED: ${{ inputs.archiHtmlReportEnabled }}
Expand Down

0 comments on commit e818b8a

Please sign in to comment.