refactor(ci): use multi-R-version images across workflows #70

Merged
pat-s merged 16 commits from t3code/eb891def into main 2026-05-26 08:51:27 +00:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 6e62ea4604 - Show all commits

fix(ci): quote parameterized image: values in build-all-versions workflows

Strict YAML parsers reject the colon separating ${OS} and ${OS_VERSION}
in an unquoted scalar (it looks like a mapping value). Wrap the whole
image value in double quotes to make it an unambiguous string.

Mirrors the convention already used by
build-r-minor-sensitive-packages.yaml.
Patrick Schratz 2026-05-26 10:49:16 +02:00
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -39,7 +39,7 @@ depends_on:
steps:
- name: 'Build binaries'
image: reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}
image: "reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}"
pull: true
environment:
RED_HAT_DEV_PW:

View file

@ -54,7 +54,7 @@ depends_on:
steps:
- name: 'Build binaries'
image: reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}
image: "reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}"
pull: true
environment:
RED_HAT_DEV_PW:

View file

@ -10,7 +10,7 @@ labels:
steps:
- name: 'Install deps and bincraft'
image: reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}
image: "reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}"
pull: true
environment:
REPO_RO_TOKEN:

View file

@ -9,7 +9,7 @@ labels:
steps:
- name: 'Install deps and bincraft'
image: reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}
image: "reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}"
pull: true
environment:
REPO_RO_TOKEN:

View file

@ -17,7 +17,7 @@
# steps:
# - name: 'Install common R deps'
# image: reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}
# image: "reg.devxy.io/rpkgs/build-env-${OS}:${OS_VERSION}"
# pull: true
# environment:
# REPO_RO_TOKEN: