Skip to content

Commit fc5e6ac

Browse files
committed
try using quay.io 3
1 parent a611a72 commit fc5e6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ build_script:
6464
printf "[storage]\ndriver = \"overlay\"\n" > ~/.config/containers/storage.conf
6565
sudo loginctl enable-linger "$(id -u)"
6666
sudo podman image trust set --type reject default
67-
sudo podman image trust set --type accept quay.io/repository/lib
68-
time podman pull "${DOCKER_IMAGE}"
67+
sudo podman image trust set --type accept quay.io/lib
68+
time podman pull quay.io/lib/"${DOCKER_IMAGE}"
6969
podman info
7070
time podman run --security-opt seccomp=unconfined --volume="$(pwd):$(pwd)" --workdir="$(pwd)" \
7171
--env-file=<(env | grep -a -E \

0 commit comments

Comments
 (0)