fixup! Revert the UPX addition.

This commit is contained in:
Lukasz Raczylo 2022-02-16 21:50:18 +00:00
parent f8bb92ee74
commit 89297d7bd1
No known key found for this signature in database
GPG Key ID: 4C68D09621D47E6B

View File

@ -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