mirror of
https://github.com/lukaszraczylo/tdlib-telegram-bot-api-docker.git
synced 2024-06-15 10:55:24 +03:00
fixup! Revert the UPX addition.
This commit is contained in:
parent
f8bb92ee74
commit
89297d7bd1
3
.github/workflows/build_image.yml
vendored
3
.github/workflows/build_image.yml
vendored
@ -69,6 +69,7 @@ jobs:
|
|||||||
run: echo ${{ steps.prep.outputs.tags }}
|
run: echo ${{ steps.prep.outputs.tags }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
timeout-minutes: 900
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
@ -79,3 +80,5 @@ jobs:
|
|||||||
tags: ${{ steps.prep.outputs.tags }}
|
tags: ${{ steps.prep.outputs.tags }}
|
||||||
build-args: ${{ steps.prep.outputs.args }}
|
build-args: ${{ steps.prep.outputs.args }}
|
||||||
labels: ${{ steps.prep.outputs.labels }}
|
labels: ${{ steps.prep.outputs.labels }}
|
||||||
|
cache-from: type=gha
|
||||||
|
cache-to: type=gha,mode=max
|
||||||
|
Loading…
Reference in New Issue
Block a user