Skip to content

Commit

Permalink
Update create_release_container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danifranco authored Jan 8, 2025
1 parent 97e6eb2 commit 0d9dae4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create_release_container.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish Docker image

on:
workflow_run:
workflows: ['Upload BiaPy to PyPI']
types: [completed]
release:
types: [published]

jobs:
push_to_registry:
Expand All @@ -14,7 +13,6 @@ jobs:
contents: read
attestations: write
id-token: write
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 0d9dae4

Please sign in to comment.