From b24bbb6920860bafa10ee692b3254857e973ffd5 Mon Sep 17 00:00:00 2001 From: Motalleb Fallahnezhad Date: Mon, 1 Jul 2024 18:21:15 +0330 Subject: [PATCH] minor --- .github/workflows/release-gh-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-gh-image.yaml b/.github/workflows/release-gh-image.yaml index a219450..be2f80c 100644 --- a/.github/workflows/release-gh-image.yaml +++ b/.github/workflows/release-gh-image.yaml @@ -52,6 +52,6 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }}-static + tags: "${{ steps.meta.outputs.tags }}-static" labels: ${{ steps.meta.outputs.labels }} target: "static" \ No newline at end of file