diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4645551..8ea9305 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -8,6 +8,6 @@ jobs: - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v4 with: - name: pgarrettscripps/peptide_fragmenter-streamlit + name: pgarrettscripps/peptide-fragmenter-streamlit username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} \ No newline at end of file