diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index cc692df..95bd68f 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -35,7 +35,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/book-a-book-operador:latest + tags: ${{ secrets.DOCKERHUB_USERNAME }}/book-a-book-gateway:latest deploy: needs: build