Skip to content

Commit

Permalink
Fix: docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
emost22 committed Jul 11, 2024
1 parent 9ac542c commit 1826c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t spurt-alpha-be -f Dockerfile .
docker tag spurt-be:latest ${{ secrets.DOCKER_USER }}/spurt-alpha-be:latest
docker tag spurt-alpha-be:latest ${{ secrets.DOCKER_USER }}/spurt-alpha-be:latest
docker push ${{ secrets.DOCKER_USER }}/spurt-alpha-be:latest
pull_from_registry:
Expand Down

0 comments on commit 1826c4a

Please sign in to comment.