File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 - uses: docker/setup-qemu-action@v3
1818 - uses: docker/setup-buildx-action@v3
1919 - name: Get image repository
20- run: echo IMAGE_REPOSITORY=$(echo ghcr.io/${{ github.actor }} /${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
20+ run: echo IMAGE_REPOSITORY=$(echo ghcr.io/the-programmers-hangout /${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
2121 - name: Login to registry
2222 uses: docker/login-action@v3
2323 with:
2424 registry: ghcr.io
25- username: ${{ github.actor }}
25+ username: the-programmers-hangout
2626 password: ${{ secrets.GITHUB_TOKEN }}
2727 - name: Build and push Docker image
2828 uses: docker/build-push-action@v6
You can’t perform that action at this time.
0 commit comments