Skip to content

Commit

Permalink
Update release-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfillman authored Apr 24, 2024
1 parent be644e3 commit 63b25d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:
types: [ published ]
jobs:
check-source-branch:
uses: kbase/.github/.github/workflows/reusable_validate-branch.yml@multi-target
uses: kbase/.github/.github/workflows/reusable_validate-branch.yml@develop
with:
build_branch: '${{ github.event.release.target_commitish }}'
validate-release-tag:
needs: check-source-branch
uses: kbase/.github/.github/workflows/reusable_validate-release-tag.yml@multi-target
uses: kbase/.github/.github/workflows/reusable_validate-release-tag.yml@develop
with:
release_tag: '${{ github.event.release.tag_name }}'
build-push:
needs: validate-release-tag
uses: kbase/.github/.github/workflows/reusable_build-push.yml@multi-target
uses: kbase/.github/.github/workflows/reusable_build-push.yml@develop
with:
name: '${{ github.event.repository.name }}'
tags: '${{ github.event.release.tag_name }},latest'
Expand Down

0 comments on commit 63b25d3

Please sign in to comment.