Skip to content

Commit

Permalink
Merge pull request anupamkliv#12 from sshivaditya2019/docker
Browse files Browse the repository at this point in the history
Feat: dockerfile builds, added dockerhub
  • Loading branch information
anupam-kliv authored Jun 11, 2023
2 parents 8ca54ab + 390c8fc commit 446be32
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 446be32

Please sign in to comment.