show migration head
This commit is contained in:
parent
851686dd0b
commit
9fd455de28
3 changed files with 12 additions and 3 deletions
|
@ -19,7 +19,8 @@ local utils = import "utils.libsonnet";
|
|||
name: utils.containerName(self.repo, self.tag),
|
||||
},
|
||||
|
||||
quayci: { repo: "quay.io/quay/quay-ci", tag: "${CI_COMMIT_REF_SLUG}",
|
||||
quayci: { repo: "quay.io/quay/quay-ci",
|
||||
tag: "${CI_COMMIT_REF_SLUG}",
|
||||
name: utils.containerName(self.repo, self.tag),
|
||||
},
|
||||
|
||||
|
|
Reference in a new issue