Skip to content

Commit

Permalink
Merge pull request #27 from reinhard-brandstaedter/dev
Browse files Browse the repository at this point in the history
can't export x-build images anymore
  • Loading branch information
reinhard-brandstaedter authored Sep 25, 2023
2 parents 52f3a36 + 9b7954c commit f85d181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pipeline {
dir("${env.WORKSPACE}/imageexport") {
sh label: 'GitHub CLI login', script: 'echo ${GITHUB_AUTH_TOKEN} | gh auth login --with-token'
sh label: 'GitHub CLI status', script: 'gh auth status'
sh label: 'Save docker images', script: 'docker save -o solarflow-statuspage-${TAG}.tar ${DOCKER_REGISTRY}/solarflow-statuspage:${TAG}'
sh label: 'Create Release', script: 'gh release create ${TAG} *-${TAG}.tar --generate-notes -t "Release ${TAG}"'
//sh label: 'Save docker images', script: 'docker save -o solarflow-statuspage-${TAG}.tar ${DOCKER_REGISTRY}/solarflow-statuspage:${TAG}'
sh label: 'Create Release', script: 'gh release create ${TAG} --generate-notes -t "Release ${TAG}"'
}
}
}
Expand Down

0 comments on commit f85d181

Please sign in to comment.