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:
parent
851bfe8c06
commit
8575a0d6f8
1
.github/workflows/images.yml
vendored
1
.github/workflows/images.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user