Files
smarter-device-manager/.github/workflows/smarter-org-docker-buildx.yml
Josh Minor 1e13d49dbd Use main as tags for reuse action
Signed-off-by: Josh Minor <josh.minor@arm.com>
2022-11-08 16:56:16 -06:00

22 lines
544 B
YAML

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