„Jenkinsfile“ löschen
This commit is contained in:
parent
387e3ff032
commit
564f0538bd
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -1,15 +0,0 @@
|
||||
node {
|
||||
environment{
|
||||
IMAGENAME = "agreiner/advancedmqttbridge"
|
||||
DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
}
|
||||
|
||||
stage('Clone repository') {
|
||||
checkout scm
|
||||
}
|
||||
stage('Build and push multiarch image') {
|
||||
sh """
|
||||
docker buildx build -t reg.greinet.com/agreiner/advancedmqttbridge:latest --platform linux/amd64,linux/arm64 --push .
|
||||
"""
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user