diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d5da52c..6cd0ba8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,4 +25,4 @@ jobs: uses: docker/build-push-action@v3 with: push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/neuralnexus:api + tags: ${{ secrets.DOCKERHUB_USERNAME }}/neuralnexus-api:latest