Update Jenkinsfile

This commit is contained in:
egelhaus 2025-04-14 19:46:19 +02:00 committed by GitHub
parent 6b6ce501a3
commit e60566f6a9
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
'''
}