Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel committed Jul 31, 2024
1 parent 63cdf36 commit 2b30441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main # Trigger the workflow on pushes to the main branch
- chatbot_extension #! Only for testing
pull_request:
branches:
- main # Trigger the workflow on pull requests to the main branch
Expand All @@ -17,6 +16,7 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 2

- name: Log in to the Container registry
uses: docker/[email protected]
with:
Expand All @@ -31,3 +31,5 @@ jobs:
file: docker/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}:latest
labels: |
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ USER bioimageio_colab
# --client_id <client_id>: Client ID for registering the service. Default is "model-server"
# --service_id <service_id>: Service ID for registering the service. Default is "interactive-segmentation"
ENTRYPOINT ["python", "segmentation_model.py"]

LABEL org.opencontainers.image.source https://github.com/bioimage-io/bioimageio-colab

0 comments on commit 2b30441

Please sign in to comment.