Added procps to alpine image to resolve autopause compatibility (#1361)

This commit is contained in:
Geoff Bourne
2022-02-13 18:02:09 -06:00
committed by GitHub
parent 3886bca93f
commit 5d68a57910
4 changed files with 23 additions and 20 deletions

View File

@@ -97,11 +97,6 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Calculate build files revision
id: build-files
run: |
echo "::set-output name=REV::$(git log -1 --format=%H build)"
- name: Build for test
uses: docker/build-push-action@v2.9.0
with:
@@ -114,7 +109,6 @@ jobs:
push: false
build-args: |
BASE_IMAGE=${{ matrix.baseImage }}
BUILD_FILES_REV=${{ steps.build-files.outputs.REV }}
cache-from: type=gha,scope=${{ matrix.variant }}
# no cache-to to avoid cross-cache update from next build step