Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
turegjorup committed Jul 11, 2023
2 parents 57b8d75 + a808033 commit 54ba766
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/itkdev_docker_build_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: itkdev/os2display-display-client
images: itkdev/os2display-client

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/itkdev_docker_build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: itkdev/os2display-display-client
images: itkdev/os2display-client

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.3.1] - 2023-07-11

- [#111](https://github.com/os2display/display-client/pull/111)
Fix docker image name for itk images

## [1.3.0] - 2023-07-11

- [#108](https://github.com/os2display/display-client/pull/108)
Expand Down

0 comments on commit 54ba766

Please sign in to comment.