From eeabd0dfa8c601350bcd7ab8f77385cee4a5a856 Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Tue, 9 Jan 2024 17:13:17 +0000 Subject: [PATCH] Check skopeo version --- .github/workflows/sync-images.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index f04d9df0..a39f00a4 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -39,6 +39,8 @@ jobs: - name: Install skopeo run: sudo apt-get -y update && sudo apt-get install -y skopeo + - run: skopeo --version + # Just sync all the images in all the manifests to GitHub packages - name: Sync component images run: |-