Skip to content

Merge branch 'main' of https://github.com/UW-Macrostrat/web #128

Merge branch 'main' of https://github.com/UW-Macrostrat/web

Merge branch 'main' of https://github.com/UW-Macrostrat/web #128

Workflow file for this run

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/web'