CI: publish container with tag latest along with the version

This commit is contained in:
phil 2024-12-06 20:10:07 +01:00
parent d72ea0da6f
commit 63c980095e

View file

@ -104,4 +104,4 @@ jobs:
with:
registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}"
image: treetrail-frontend
tags: ${{ steps.version.outputs.version }}
tags: latest ${{ steps.version.outputs.version }}