diff --git a/.github/workflows/backend-ec2-deploy.yml b/.github/workflows/backend-ec2-deploy.yml index 32c6bb98af..2edf55f084 100644 --- a/.github/workflows/backend-ec2-deploy.yml +++ b/.github/workflows/backend-ec2-deploy.yml @@ -23,7 +23,7 @@ jobs: with: context: . push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/server:latest + tags: harounalarabi/server:latest