We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013cf4a commit e54ac5dCopy full SHA for e54ac5d
templates/repository/server/.github/workflows/cve-scan.yaml
@@ -28,14 +28,7 @@ jobs:
28
SHA_SHORT=$(git rev-parse --short HEAD)
29
REPO_NAME=${{ github.event.repository.name }}
30
31
- # Append -sqlite to SHA_SHORT if repo is hydra
32
- if [ "${REPO_NAME}" = "hydra" ]; then
33
- echo "Repo is hydra, appending -sqlite to SHA_SHORT"
34
- IMAGE_NAME="oryd/${REPO_NAME}:${SHA_SHORT}-sqlite"
35
- else
36
- echo "Repo is not hydra, using default IMAGE_NAME"
37
- IMAGE_NAME="oryd/${REPO_NAME}:${SHA_SHORT}"
38
- fi
+ IMAGE_NAME="oryd/${REPO_NAME}:${SHA_SHORT}"
39
40
# Output values for debugging
41
echo "Values to be set:"
0 commit comments