Update package URLs

This commit is contained in:
zontreck 2025-03-10 00:38:18 -07:00
parent 29cb76f287
commit feeac161f5
4 changed files with 10 additions and 10 deletions

4
Jenkinsfile vendored
View file

@ -50,8 +50,8 @@ pipeline {
sh '''
#!/bin/bash
docker build -t git.zontreck.com/ariascreations/conanservermanager:stable $(pwd)
docker push git.zontreck.com/ariascreations/conanservermanager:stable
docker build -t git.zontreck.com/packages/conanservermanager:latest $(pwd)
docker push git.zontreck.com/packages/conanservermanager:latest
'''
}
}