Add "latest" tag for each matrix

This patch adds a "lateset"-like tag to the build to simplify continous
deployment setups, such as our demo instance.
parent 5d98eff9
......@@ -42,4 +42,6 @@ jobs:
VERSION=${{ env.HEDGEDOC_VERSION }}
platforms: linux/amd64
push: true
tags: ${{ env.HEDGEDOC_IMAGE }}:${{ env.TODAY }}-${{ matrix.base }}
tags: |
${{ env.HEDGEDOC_IMAGE }}:${{ env.TODAY }}-${{ matrix.base }}
${{ env.HEDGEDOC_IMAGE }}:${{ matrix.base }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment