Merge branch 'main' into add-authentik-sso

This commit is contained in:
egelhaus 2025-04-14 19:47:38 +02:00 committed by GitHub
commit aa6322ab5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -47,12 +47,10 @@ pipeline {
'''
// Build Docker image
sh '''
source image.env
docker build -f Dockerfile.dev -t $IMAGE_TAG .
'''
// Push Docker image to GitHub Container Registry
sh '''
source image.env
docker push $IMAGE_TAG
'''
}