Use common yaml for builds (#6)

* Use common yaml for builds

Signed-off-by: Josh Minor <josh.minor@arm.com>
This commit is contained in:
Josh Minor
2022-11-08 17:00:03 -06:00
committed by GitHub
parent 91a0f95107
commit 7b03727989
4 changed files with 32 additions and 150 deletions

View File

@@ -0,0 +1,21 @@
name: Docker Image BuildX CI and Publish
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
schedule:
- cron: "19 16 * * *"
push:
branches: ["main"]
# Publish semver tags as releases.
tags: ["v*.*.*"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
uses: smarter-project/reusable-workflows/.github/workflows/smarter-org-docker-buildx.yml@main