resolved comments

This commit is contained in:
Safwan
2026-01-20 16:26:48 +05:00
parent 5c3593fb1c
commit 3ee87d3725

View File

@@ -142,13 +142,6 @@ jobs:
run: |
echo GHCR_IMAGE_REPOSITORY=${{env.REGISTRY}}/$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
- name: Login to ghcr registry
uses: docker/login-action@v3
with:
registry: ${{env.REGISTRY}}
username: stakater-user
password: ${{secrets.GITHUB_TOKEN}}
# To identify any broken changes in dockerfiles or dependencies
- name: Build Docker Image