Skip to content

Commit

Permalink
adding in the docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 9, 2023
1 parent 91914a1 commit 92f060a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ jobs:
with :
submodules: true
- name: Build the Docker imaage
run: docker-compose build
run: docker-compose build
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: "h4ckermike"
password: ${{ secrets.DOCKER }}
logout : 'false'

- name: Build the Docker imaage
run: docker-compose push
env:
Expand Down

0 comments on commit 92f060a

Please sign in to comment.