Skip to content

Commit 0f56ba4

Browse files
committed
Merge branch 'edenhaus-translation-async' into edenhaus/test
2 parents ef24462 + 4135ba9 commit 0f56ba4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/builder.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ jobs:
214214
cosign-base-identity: "https://github.com/home-assistant/docker/.*"
215215
cosign-base-verify: ghcr.io/home-assistant/${{ matrix.arch }}-homeassistant-base:${{ needs.init.outputs.base_image_version }}
216216
image: ghcr.io/home-assistant/${{ matrix.arch }}-homeassistant-no-translations
217-
image-tags: ${{ needs.init.outputs.version }}
217+
image-tags: |
218+
${{ needs.init.outputs.version }}
219+
latest
218220
push: true
219221
version: ${{ needs.init.outputs.version }}
220222

@@ -261,7 +263,9 @@ jobs:
261263
cosign-base-verify: ghcr.io/home-assistant/${{ matrix.arch }}-homeassistant-no-translations:${{ needs.init.outputs.version }}
262264
file: Dockerfile.translations
263265
image: ghcr.io/home-assistant/${{ matrix.arch }}-homeassistant
264-
image-tags: ${{ needs.init.outputs.version }}
266+
image-tags: |
267+
${{ needs.init.outputs.version }}
268+
latest
265269
push: true
266270
version: ${{ needs.init.outputs.version }}
267271

0 commit comments

Comments
 (0)