Cut addition of tag 'latest' as GHA does it automatically

This commit is contained in:
Laurent Indermuehle 2023-01-20 10:16:41 +01:00
commit f52410ddef
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

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