From a59ee301d0ab5d350cf9f962d0ad62a0f92ccb37 Mon Sep 17 00:00:00 2001 From: iodeslykos <42@iodeslykos.com> Date: Mon, 15 Jan 2024 17:13:45 -0700 Subject: [PATCH] Add more images to matrix --- .github/workflows/delete-untagged-images.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/delete-untagged-images.yml b/.github/workflows/delete-untagged-images.yml index 829d86e..cd582c9 100644 --- a/.github/workflows/delete-untagged-images.yml +++ b/.github/workflows/delete-untagged-images.yml @@ -20,6 +20,9 @@ jobs: - image: 'al2023' - image: 'alpine' - image: 'debian' + - image: 'ubuntu' + - image: 'opentofu' + - image: 'kubectl' steps: - name: "Delete untagged images." uses: actions/github-script@v7