From 89297d7bd13c43de03cfd97ed500d3add24d2603 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Wed, 16 Feb 2022 21:50:18 +0000 Subject: [PATCH] fixup! Revert the UPX addition. --- .github/workflows/build_image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 8b2ffe2..dc0f6a7 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -69,6 +69,7 @@ jobs: run: echo ${{ steps.prep.outputs.tags }} - name: Build and push id: docker_build + timeout-minutes: 900 uses: docker/build-push-action@v2 with: builder: ${{ steps.buildx.outputs.name }} @@ -79,3 +80,5 @@ jobs: tags: ${{ steps.prep.outputs.tags }} build-args: ${{ steps.prep.outputs.args }} labels: ${{ steps.prep.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max