Skip to content

UW-Macrostrat/build-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

build-push

Macrostrat drop in image build and pusher with built-in tagging scheme designed for kubernetes services.

Usage

Copy the following into .github/workflows/images.yml.

Replace all content comments denoted as <...>.

For instance test <replace me> test should be test replaced test.

name: Build image

on:
  push:
    branches: ["main"]
    tags:
      - 'v*.*.*' # glob for semver tags (including prereleases)
  pull_request:
    branches: [main]

jobs:
  call-build-image:
    uses: UW-Macrostrat/build-push/.github/workflows/build-push.yaml@main
    secrets: inherit
    with:
      image: 'hub.opensciencegrid.org/macrostrat/<replace this with the image name>'
      context: <optional - remove this line if the context is root>
      path: <optional - remove this line if the dockerfile is at the root of the context>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published