mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Fix building
This commit is contained in:
12
.github/workflows/build_docker_image.yml
vendored
12
.github/workflows/build_docker_image.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
-
|
-
|
||||||
name: Login to ghcr.io
|
name: Login to ghcr.io
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
@@ -49,14 +49,8 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./docker/production.dockerfile
|
file: ./docker/production.dockerfile
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Invoke deployment hook
|
name: Invoke deployment hook
|
||||||
uses: joelwmale/webhook-action@master
|
uses: joelwmale/webhook-action@master
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.WEBHOOK_URL }}
|
url: ${{ secrets.WEBHOOK_URL }}
|
||||||
|
|
||||||
-
|
|
||||||
name: Invoke deployment hook
|
|
||||||
uses: joelwmale/webhook-action@master
|
|
||||||
with:
|
|
||||||
url: ${{ secrets.WEBHOOK_URL2 }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user