Skip to content

Initial Commit

Initial Commit #1

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/build-push.yaml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/image.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
image: 'hub.opensciencegrid.org/macrostrat/traefik-log-exporter'
username: ${{ vars.HARBOR_CLI_NAME }}
password: ${{ secrets.HARBOR_CLI_SECRET }}