Skip to content

Initial Commit

Initial Commit #2

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
with:
image: 'hub.opensciencegrid.org/macrostrat/traefik-log-exporter'
username: ${{ vars.HARBOR_CLI_NAME }}
password: ${{ secrets.HARBOR_CLI_SECRET }}

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

View workflow run for this annotation

GitHub Actions / Build image

Invalid workflow file

The workflow is not valid. .github/workflows/image.yaml (Line: 17, Col: 17): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.HARBOR_CLI_SECRET