Skip to content

Commit

Permalink
Update action.yml (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
twoo1999 authored Nov 25, 2023
1 parent 15301f7 commit 479fef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
cd BE/musicspot
docker login -u ${{secrets.DOCKER_USERNAME}} -p ${{secrets.DOCKER_TOKEN}}
docker build -t ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:${{github.sha}} ./
docker images
Expand Down

0 comments on commit 479fef7

Please sign in to comment.