Skip to content

Commit e648c11

Browse files
authored
Merge pull request #280 from lcarva/RHTAP-5368
Ensure the runner image is always pulled on GitLab
2 parents 0b83cfc + 654a2dc commit e648c11

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

generated/gitops-template/gitlabci/.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Generated from templates/gitops-template/.gitlab-ci.yml.njk. Do not edit directly.
22

3-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
3+
image:
4+
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
5+
pull_policy: always
46

57
variables:
68
CI_TYPE: gitlab

generated/source-repo/gitlabci/.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Generated from templates/source-repo/.gitlab-ci.yml.njk. Do not edit directly.
22

3-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
3+
image:
4+
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
5+
pull_policy: always
46

57
variables:
68
CI_TYPE: gitlab

templates/gitops-template/.gitlab-ci.yml.njk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{%- include "do-not-edit.njk" -%}
22

3-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
3+
image:
4+
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
5+
pull_policy: always
46

57
variables:
68
CI_TYPE: gitlab

templates/source-repo/.gitlab-ci.yml.njk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{%- include "do-not-edit.njk" -%}
22

3-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
3+
image:
4+
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
5+
pull_policy: always
46

57
variables:
68
CI_TYPE: gitlab

0 commit comments

Comments
 (0)