Skip to content

Commit

Permalink
ci: only publish via oci-factory in case of a tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Nov 14, 2024
1 parent db82abd commit e532463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:

oci-factory:
runs-on: ubuntu-latest
# only release to oci-factory in case of release
if: github.ref_type == 'tag'
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
Expand Down

0 comments on commit e532463

Please sign in to comment.