diff --git a/.github/template_gitref b/.github/template_gitref index 0459ba4a..f00523f0 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-241-g9cfc63e +2021.08.26-243-g0b216b2 diff --git a/.github/workflows/scripts/install.sh b/.github/workflows/scripts/install.sh index c8fb5d46..685a9e7b 100755 --- a/.github/workflows/scripts/install.sh +++ b/.github/workflows/scripts/install.sh @@ -61,13 +61,14 @@ services: - ../../../pulp-openapi-generator:/root/pulp-openapi-generator env: PULP_WORKERS: "4" + PULP_HTTPS: "true" VARSYAML cat >> vars/main.yaml << VARSYAML pulp_settings: null pulp_scheme: https -pulp_container_tag: https +pulp_container_tag: "latest" VARSYAML