From f98e7fab58c050fc446f8c47cd644e5838402e9c Mon Sep 17 00:00:00 2001 From: Carl Tibule Date: Mon, 25 Mar 2024 22:19:20 -0500 Subject: [PATCH] Updated wrong syntax for tags --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 1e207fb..2133697 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -15,7 +15,7 @@ steps: repo: yaba/api context: ./API dockerfile: ./API/YABA.API/Dockerfile - tags: ${CI_COMMIT_TAG, gitea.iwanaga.moe/cjtibule/yaba/api} + tags: [${CI_COMMIT_TAG, gitea.iwanaga.moe/cjtibule/yaba/api}] username: ${gitea_yaba_registry_username} password: ${gitea_yaba_registry_password} registry: gitea.iwanaga.moe \ No newline at end of file