Skip to content

Commit

Permalink
no idea why this was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol authored Jul 28, 2022
1 parent f231770 commit 68871ed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: itsnebulalol/permasigner:latest

#pypi:
# runs-on: ubuntu-latest
# steps:
Expand All @@ -37,4 +44,4 @@ jobs:
# pypi_token: ${{ secrets.PYPI_TOKEN }}
# ignore_dev_requirements: "yes"



0 comments on commit 68871ed

Please sign in to comment.