Skip to content

Commit

Permalink
Stop pushing the docker to container registory
Browse files Browse the repository at this point in the history
  • Loading branch information
BanulaKumarage committed Feb 11, 2024
1 parent 6000770 commit eb00504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit eb00504

Please sign in to comment.