Skip to content

Commit 9683d2f

Browse files
committed
chore: update repository templates to ory/meta@e54ac5d
1 parent bb61839 commit 9683d2f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/cve-scan.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ jobs:
3131
SHA_SHORT=$(git rev-parse --short HEAD)
3232
REPO_NAME=${{ github.event.repository.name }}
3333
34-
# Append -sqlite to SHA_SHORT if repo is hydra
35-
if [ "${REPO_NAME}" = "hydra" ]; then
36-
echo "Repo is hydra, appending -sqlite to SHA_SHORT"
37-
IMAGE_NAME="oryd/${REPO_NAME}:${SHA_SHORT}-sqlite"
38-
else
39-
echo "Repo is not hydra, using default IMAGE_NAME"
40-
IMAGE_NAME="oryd/${REPO_NAME}:${SHA_SHORT}"
41-
fi
34+
IMAGE_NAME="oryd/${REPO_NAME}:${SHA_SHORT}"
4235
4336
# Output values for debugging
4437
echo "Values to be set:"

0 commit comments

Comments
 (0)