From eb00504cc148df24823f814bcb9a533199bb51d3 Mon Sep 17 00:00:00 2001 From: BanulaKumarage Date: Sun, 11 Feb 2024 17:42:18 +0530 Subject: [PATCH] Stop pushing the docker to container registory --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93ebc21..edeaaef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,6 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc with: - push: true - tags: ghcr.io/media-cloud-fyp/picssmart/backend:${{ github.sha }} + push: false + tags: picssmart-backend:latest github-token : ${{ secrets.PAT }}