Skip to content

Commit

Permalink
updated the skaffold-build GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Mar 27, 2024
1 parent add4fc2 commit 0468398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/skaffold-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:

jobs:
call-workflow-passing-data:
uses: cyverse-de/github-workflows/.github/workflows/[email protected].4
uses: cyverse-de/github-workflows/.github/workflows/[email protected].7
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 }}

0 comments on commit 0468398

Please sign in to comment.