mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
13 lines
219 B
YAML
13 lines
219 B
YAML
name: Build Docker Image (amd64)
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
docker:
|
|
name: Build Docker image
|
|
runs-on: ubuntu-latest
|
|
uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml@dev
|
|
with:
|
|
arch: amd64
|