diff --git a/justfile b/justfile index 17edb02a8b..d523d41482 100644 --- a/justfile +++ b/justfile @@ -12,7 +12,7 @@ test: build: # Login to ACR az acr login -n bitwardenprod.azurecr.io - if `grep "pull" <<< "${GITHUB_REF}"`; then + if `grep "pull"` <<< "${GITHUB_REF}"; then IMAGE_TAG := `echo "${GITHUB_HEAD_REF}" | sed "s#/#-#g"` else IMAGE_TAG := `echo "${GITHUB_REF:11}" | sed "s#/#-#g"`