try git ref
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run
This commit is contained in:
parent
c9f4056c0c
commit
5c6d500678
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -48,6 +48,8 @@ pipeline {
|
|||
def manifestImages = architectures.collect { arch ->
|
||||
return "${CONTAINER_REGISTRY}/${REGISTRY_NAMESPACE}/${REPO_NAME}:${env.BRANCH_NAME}-${arch}-${env.BUILD_NUMBER}"
|
||||
}.join(' ')
|
||||
|
||||
sh "echo !!! ${manifestImages}"
|
||||
|
||||
sh '''
|
||||
podman manifest rm ${CONTAINER_REGISTRY}/${REGISTRY_NAMESPACE}/${REPO_NAME}:${BRANCH_NAME} || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue