From b98b3f6688a34e4d59fe6a3075ef0144a2b38fff Mon Sep 17 00:00:00 2001 From: AleixMT Date: Tue, 23 Jan 2024 11:44:24 +0100 Subject: [PATCH] FIXED: typo in Ci pipeline --- .github/workflows/CI-CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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