Skip to content

Merge pull request #255 from UW-Macrostrat/local-ssl #139

Merge pull request #255 from UW-Macrostrat/local-ssl

Merge pull request #255 from UW-Macrostrat/local-ssl #139

Workflow file for this run

name: Build image
permissions: read-all
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:
context: .
path: .

Check failure on line 19 in .github/workflows/build-image.yaml

View workflow run for this annotation

GitHub Actions / Build image

Invalid workflow file

The workflow is not valid. .github/workflows/build-image.yaml (Line: 19, Col: 13): Invalid input, path is not defined in the referenced workflow.

Check failure on line 19 in .github/workflows/build-image.yaml

View workflow run for this annotation

GitHub Actions / Build image

Invalid workflow file

The workflow is not valid. .github/workflows/build-image.yaml (Line: 19, Col: 13): Invalid input, path is not defined in the referenced workflow.
image: 'hub.opensciencegrid.org/macrostrat/web'