diff --git a/.woodpecker.yml b/.woodpecker.yml index 463a4e49c..7ca07c545 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -208,4 +208,4 @@ pipeline: repo: akkoma/akkoma dockerfile: Dockerfile platforms: windows/amd64,darwin/amd64,darwin/arm64,freebsd/amd64,linux/amd64,linux/arm64/v8 - tag: $CI_COMMIT_BRANCH \ No newline at end of file + tag: ${CI_COMMIT_BRANCH} \ No newline at end of file