Skip to content

Commit

Permalink
Refactor CI workflow to include DockerHub username in image name
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjoseph committed Apr 22, 2024
1 parent da999e2 commit 29ad36a
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 29ad36a

Please sign in to comment.