Skip to content

Commit

Permalink
Fix ci pipeline (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjoseph authored Apr 22, 2024
1 parent 121719e commit 4d55393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t stockdog:alpha-${{ github.event.number }} .
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/stockdog:alpha-${{ github.event.number }} .
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 4d55393

Please sign in to comment.