Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 778 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 778 Bytes

quaternionmedia/.github

Organization defaults for Quaternion Media

Issue templates

📋 Because / Done when

🐛 Bug Report

💡 Feature Request

Workflows

build.yml

Workflow action to:

  • Build a docker image
  • Extract labels and tags
  • Login to gchr.io
    • Can override with environment variables
  • Publish image

Usage

Create a WORKFLOW_NAME.yml file in your repository under .github/workflows/

name: 🪂 Continuous Deployment

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main
  release:
    types: [published, edited, prereleased]

jobs:
  build:
    name: 🔨 Build and deploy
    uses: quaternionmedia/.github/.github/workflows/build.yml@main

Organization Profile

Coming soon!