From c4ca8808e3175391c4caee3e3968871b4c633764 Mon Sep 17 00:00:00 2001 From: barzin144 Date: Sat, 28 Dec 2024 13:47:57 +0800 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index faa0bdf..2b9f1de 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -24,4 +24,6 @@ jobs: with: context: . push: true - tags: ${{ secrets.DOCKER_USERNAME }}/microidp:${{ github.event.inputs.image_tag }} + tags: | + ${{ secrets.DOCKER_USERNAME }}/microidp:latest + ${{ secrets.DOCKER_USERNAME }}/microidp:${{ github.event.inputs.image_tag }}