Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Wong <[email protected]>
  • Loading branch information
fawaf authored May 13, 2024
1 parent a474e71 commit 5fd6159
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@master
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build the Docker image
run: |
cd docker
Expand Down

0 comments on commit 5fd6159

Please sign in to comment.