Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuNatsu committed Apr 29, 2024
1 parent 8646fdb commit 458884c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: dist
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push image to Docket Hub
run: docker push snrainiar/p2p-transfer:$(date +%s)

0 comments on commit 458884c

Please sign in to comment.