diff --git a/.github/template_gitref b/.github/template_gitref index 0459ba4a6..f00523f05 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 a90270fc5..372532737 100755 --- a/.github/workflows/scripts/install.sh +++ b/.github/workflows/scripts/install.sh @@ -65,13 +65,14 @@ services: - ../../../pulp-openapi-generator:/root/pulp-openapi-generator env: PULP_WORKERS: "4" + PULP_HTTPS: "true" VARSYAML cat >> vars/main.yaml << VARSYAML pulp_settings: {"allowed_content_checksums": ["sha1", "sha224", "sha256", "sha384", "sha512"], "allowed_export_paths": ["/tmp"], "allowed_import_paths": ["/tmp"], "flatpak_index": true} pulp_scheme: https -pulp_container_tag: https-pulp_container-ci +pulp_container_tag: "latest" VARSYAML