From ffdffc79b5bc4a3a29c15baa128701374e4b5001 Mon Sep 17 00:00:00 2001 From: Titouan Date: Mon, 1 Apr 2024 17:42:21 +0200 Subject: [PATCH] ci: add latest tag in addition of outputs tags --- .github/workflows/docker-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c6ef739..c691267 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -28,5 +28,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ steps.meta.outputs.tags }} + tags: | + ${{ steps.meta.outputs.tags }} + latest labels: ${{ steps.meta.outputs.labels }}