Add tag 'latest' to images

This commit is contained in:
Laurent Indermuehle 2023-01-20 14:18:44 +01:00
parent 163048bd04
commit 069eba9c6a
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -81,7 +81,7 @@ jobs:
with:
context: ${{ env.CONTEXT }}/${{ matrix.subfolder }}
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}${{ matrix.subfolder }}:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max