Push CI images to quay/quay
This commit is contained in:
parent
e45ffb39d1
commit
121ef26f31
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ local utils = import "utils.libsonnet";
|
|||
|
||||
// @TODO(ant31) release should use quay/quay
|
||||
// release is a copy of the quayci image to the 'prod' repository
|
||||
release: { repo: "quay.io/quay/quay-ci",
|
||||
release: { repo: "quay.io/quay/quay",
|
||||
tag: "${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA}",
|
||||
name: utils.containerName(self.repo, self.tag),
|
||||
},
|
||||
|
|
Reference in a new issue