Skip to content

Commit 7380015

Browse files
committed
Remove Streamlit Docker build from test
1 parent 4aade9e commit 7380015

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,3 @@ jobs:
3333
- name: Test with pytest
3434
run: |
3535
pytest
36-
37-
build-streamlit-image:
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v2
41-
- id: latest_release
42-
uses: pozetroninc/github-action-get-latest-release@master
43-
with:
44-
owner: compomics
45-
repo: DeepLC
46-
- name: Login to GitHub Container Registry
47-
uses: docker/login-action@v1
48-
with:
49-
registry: ghcr.io
50-
username: ${{ github.repository_owner }}
51-
password: ${{ secrets.GITHUB_TOKEN }}
52-
- name: Build and push to ghcr.io
53-
uses: docker/build-push-action@v2
54-
with:
55-
context: streamlit
56-
push: true
57-
tags: |
58-
ghcr.io/compomics/deeplc-streamlit:${{ steps.latest_release.outputs.release }}
59-
ghcr.io/compomics/deeplc-streamlit:latest

0 commit comments

Comments
 (0)