Skip to content

Commit 654a2dc

Browse files
committed
Ensure the runner image is always pulled on GitLab
Signed-off-by: Luiz Carvalho <[email protected]>
1 parent 0b83cfc commit 654a2dc

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)