Skip to content

Commit 54ba766

Browse files
committed
Merge branch 'hotfix/1.3.1'
2 parents 57b8d75 + a808033 commit 54ba766

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/itkdev_docker_build_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: meta
2929
uses: docker/metadata-action@v4
3030
with:
31-
images: itkdev/os2display-display-client
31+
images: itkdev/os2display-client
3232

3333
- name: Set up Docker Buildx
3434
uses: docker/setup-buildx-action@v2

.github/workflows/itkdev_docker_build_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: meta
2525
uses: docker/metadata-action@v4
2626
with:
27-
images: itkdev/os2display-display-client
27+
images: itkdev/os2display-client
2828

2929
- name: Set up Docker Buildx
3030
uses: docker/setup-buildx-action@v2

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.3.1] - 2023-07-11
8+
9+
- [#111](https://github.com/os2display/display-client/pull/111)
10+
Fix docker image name for itk images
11+
712
## [1.3.0] - 2023-07-11
813

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

0 commit comments

Comments
 (0)