switched to the latest release versions oforg.cyverse/service-logging… #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} | |
releases-repo-push-token: ${{ secrets.GH_DE_RELEASES_PUSH_TOKEN }} |