diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index e19de51..a622016 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -30,6 +30,6 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: user/app:latest + tags: marvinvitobe/guppy:latest context: ./server file: ./server/Dockerfile \ No newline at end of file