Skip to content

Commit

Permalink
Feat: dockerfile builds, added dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv810 committed Jun 11, 2023
1 parent 883dd53 commit 390c8fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ jobs:
docker cp README.md temp_container:/README.md
docker commit temp_container anupamkliv/federa:latest
docker rm temp_container
- name: Push Docker image to Docker Hub
run: |
docker push anupamkliv/federa:latest
docker push anupamkliv/federa:${{ github.sha }}

0 comments on commit 390c8fc

Please sign in to comment.