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 <estesp@amazon.com>
This commit is contained in:
Phil Estes 2022-09-06 10:38:05 -04:00
parent 851bfe8c06
commit 8575a0d6f8
No known key found for this signature in database
GPG Key ID: FE2598126B196A38

View File

@ -38,7 +38,6 @@ jobs:
- name: Install containerd dependencies - name: Install containerd dependencies
env: env:
RUNC_FLAVOR: ${{ matrix.runc }}
GOFLAGS: -modcacherw GOFLAGS: -modcacherw
run: | run: |
sudo apt-get install -y gperf sudo apt-get install -y gperf