- use regex
Some checks failed
Ollama Review / review-code-with-llm (pull_request) Successful in 1m7s
continuous-integration/drone/push Build is failing

This commit is contained in:
oonyeje 2025-03-07 16:43:05 -05:00
parent a30d873527
commit e2bb4633e4

View File

@ -56,7 +56,7 @@ steps:
force_tag: true force_tag: true
tags: tags:
- latest - latest
- pr-build-${DRONE_BRANCH} - pr-build-$(sed 's/\//-/g' <<< ${DRONE_BRANCH})
- name: Build and Push (Staging) Container Image - name: Build and Push (Staging) Container Image
image: plugins/docker image: plugins/docker
when: when: