Skip to content

Revert "CORE-1967 Don't attempt to update read-only LocalContexts met… #2

Revert "CORE-1967 Don't attempt to update read-only LocalContexts met…

Revert "CORE-1967 Don't attempt to update read-only LocalContexts met… #2

Workflow file for this run

name: skaffold-build
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
jobs:
call-workflow-passing-data:
uses: cyverse-de/github-workflows/.github/workflows/[email protected]
with:
build-prerelease: ${{ contains(github.ref_name, '-rc') }}
secrets:
harbor-username: ${{ secrets.HARBOR_USERNAME }}
harbor-password: ${{ secrets.HARBOR_PASSWORD }}