Skip to content

Initial Commit

Initial Commit #4

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

Check failure on line 13 in .github/workflows/image.yaml

View workflow run for this annotation

GitHub Actions / Build image

Invalid workflow file

The workflow is not valid. In .github/workflows/image.yaml (Line: 13, Col: 11): Error from called workflow UW-Macrostrat/build-push/.github/workflows/build-push.yaml@main (Line: 35, Col: 19): A mapping was not expected In .github/workflows/image.yaml (Line: 13, Col: 11): Error from called workflow UW-Macrostrat/build-push/.github/workflows/build-push.yaml@main (Line: 61, Col: 20): A mapping was not expected
secrets: inherit
with:
image: 'hub.opensciencegrid.org/macrostrat/traefik-log-exporter'