Skip to content

Commit

Permalink
fix: remove relogin
Browse files Browse the repository at this point in the history
  • Loading branch information
mansaj committed Mar 2, 2024
1 parent 8756e37 commit 8c38702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- name: Deploy to Dockerhub
run: |
echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
# deploy main
docker tag blurts-server ${{ env.DOCKERHUB_REPO }}:latest
Expand Down

0 comments on commit 8c38702

Please sign in to comment.