File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 33
33
- name : Test with pytest
34
34
run : |
35
35
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
You can’t perform that action at this time.
0 commit comments