From 50877c642561037892ab0c22060dfa782a0641a5 Mon Sep 17 00:00:00 2001 From: oonyeje Date: Fri, 7 Mar 2025 17:57:14 -0500 Subject: [PATCH] - use brackets --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0d4dbb2..31e2cae 100755 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ steps: force_tag: true tags: - latest - - pr-build-$(sed 's/\//-/g' <<< ${DRONE_BRANCH}) + - pr-build-${sed 's/\//-/g' <<< ${DRONE_BRANCH}} - name: Build and Push (Staging) Container Image image: plugins/docker when: