Resolving the Errors

This commit is contained in:
Nick1200000 2025-06-08 13:26:40 +05:30
parent 8666ffaff3
commit 7e35d164dc

View File

@ -30,8 +30,8 @@ jobs:
- name: Build and push to GitHub Container Registry
run: |
docker build -t ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest .
docker push ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
docker build -t ghcr.io/${{ github.event.repository.name }}:latest .
docker push ghcr.io/${{ github.event.repository.name }}:latest
- name: Build and push to Docker Hub
run: |