ci: Add missing docker.io prefix to CI_IMAGE_NAME_TAG

This commit is contained in:
MarcoFalke
2023-08-23 22:48:44 +02:00
parent 33da5d0eb1
commit fab7f5c01d
11 changed files with 22 additions and 22 deletions

View File

@@ -1,13 +1,13 @@
#!/usr/bin/env bash
#
# Copyright (c) 2019-2021 The Bitcoin Core developers
# Copyright (c) 2019-present The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_macos_cross
export CI_IMAGE_NAME_TAG=ubuntu:22.04
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:22.04"
export HOST=x86_64-apple-darwin
export PACKAGES="cmake libz-dev libtinfo5 python3-setuptools xorriso"
export XCODE_VERSION=12.2