From 8575a0d6f822381b8c2f7321fcccd3b8879bed36 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Tue, 6 Sep 2022 10:38:05 -0400 Subject: [PATCH] Remove unused variable from images action Ran actionlint against all our actions and it found this variable that is based on a non-existent property (there is no matrix definition in this action yaml). The variable is also unused so simply removing it. Signed-off-by: Phil Estes --- .github/workflows/images.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 74281f65c..076b92e9a 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -38,7 +38,6 @@ jobs: - name: Install containerd dependencies env: - RUNC_FLAVOR: ${{ matrix.runc }} GOFLAGS: -modcacherw run: | sudo apt-get install -y gperf