From f98c33a478bed9ec9088c243a241caaf33d6a96d Mon Sep 17 00:00:00 2001 From: Mahsa Date: Sun, 28 Jan 2024 20:35:28 +0330 Subject: [PATCH] Fix id on tags --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c68e58..03df973 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,4 +66,4 @@ jobs: context: ${{ matrix.dir }} platforms: linux/amd64 push: true - tags: ${{ steps.tag.outputs.tags }} + tags: ${{ steps.meta.outputs.tags }}