File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments