From b3bb3a0545064f70c3e1a39056eb01ad8fc76d82 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 10 Aug 2022 11:32:29 +0100 Subject: [PATCH] CI: Pull Kayobe container image to ensure latest --- .github/workflows/stackhpc-all-in-one.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/stackhpc-all-in-one.yml b/.github/workflows/stackhpc-all-in-one.yml index 20980bcb1..4c0a62f45 100644 --- a/.github/workflows/stackhpc-all-in-one.yml +++ b/.github/workflows/stackhpc-all-in-one.yml @@ -167,6 +167,11 @@ jobs: echo "::add-mask::$ssh_key" echo "::set-output name=ssh_key::$ssh_key" + # The same tag may be reused (e.g. pr-123), so ensure we have the latest image. + - name: Pull latest Kayobe image + run: | + sudo docker image pull $KAYOBE_IMAGE + - name: Host configure run: | sudo -E docker run -t --rm \