Skip to content

Commit

Permalink
dockerhub push
Browse files Browse the repository at this point in the history
  • Loading branch information
StarTrooper08 committed Apr 6, 2024
1 parent 2d4ebb9 commit 4112db3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,18 @@ jobs:

- name: Push Optimized Docker Image to Github Registry
run: docker push ghcr.io/startrooper08/hashcraft.slim

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}

- name: Build Image
shell: bash
run: docker build . -t atharvas08/hashcraft:latest

- name: Docker Push
shell: bash
run: docker push atharvas08/hashcraft:latest

0 comments on commit 4112db3

Please sign in to comment.