[ci] Attempt to move to reusable workflows

This commit is contained in:
West14
2022-01-10 15:09:19 +02:00
parent bd052cf377
commit f9dcc4e083
3 changed files with 35 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
name: Build Docker Image
on:
push:
jobs:
docker:
name: Build Docker image
runs-on: [linux, x64]
steps:
- uses: ./.github/workflows/build@dev
with:
arch: amd64