22 lines
580 B
YAML
22 lines
580 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@634317c9ecc672335ca2fbb8615b698129572246
|